Html Css Color HEX #C1762C Meteor

📋 copy color: '#C1762C'

red 193 ◦ green 118 ◦ blue 44

#C1762C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteor #C1762C

Tints of Meteor #C1762C

RGB

 RED value IS 193 (75.78% from 255) = 54.37%

 GREEN value IS 118 (46.48% from 255) = 33.24%

 BLUE value IS 44 (17.58% from 255) = 12.39%

R = 54.37%
G = 33.24%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C1762C (or 0xC1762C) is known color: Meteor. HEX triplet: C1, 76 and 2C. RGB value is (193,118,44). Sum of RGB (Red+Green+Blue) = 193+118+44=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1762C is #3E89D3. Grayscale: #848484. Windows color (decimal): -4098516 or 2913985. OLE color: 2913985.

HSL color Cylindrical-coordinate representation of color #C1762C: hue angle of 29.8º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1762C is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 118 44 -
CMYK 0 0.39 0.77 0.24
HSL 29.8º 0.63% 0.46% -
HSV(B) 29.8º 0.77% 0.76% -
XYZ 28.93 24.48 5.58 -
YUV 131.99 78.35 171.52 -
System Red Green Blue C M Y K H S L
Decimal 193 118 44 0 0.39 0.77 0.24 29.8 0.63 0.46
Hex C1 76 2C 0 27 4D 18 1E 3F 2E
Octal 301 166 54 0 47 115 30 36 77 56
Binary 11000001 1110110 101100 0 100111 1001101 11000 11110 111111 101110

Color Harmonies of #C1762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1762C

Black with #C1762C

Text Example


Text Example

White with #C1762C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1762C; }

 p { color: rgb(193,118,44); }

 H1.HeaderClassName
 {
   color: #C1762C;
 }
 .AnyTagClassName
 {
   color: #C1762C;
 }
</style>

background-color css

<style>
 a { background-color: #C1762C; }

 a { background-color: rgb(193,118,44); }

 div.DivClassName
 {
   background-color: #C1762C;
 }
 .BgClassName
 {
   background-color: #C1762C;
 }
</style>

border-color css

<style>
 span { border-color: #C1762C; }

 span { border-color: rgb(193,118,44); }

 td.TdClassName
 {
   border-color: #C1762C;
 }
 .TagClassName
 {
   border-color: #C1762C;
 }
</style>