Html Css Color HEX #C06112 Chocolate

📋 copy color: '#C06112'

red 192 ◦ green 97 ◦ blue 18

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

Shades of Chocolate #C06112

Tints of Chocolate #C06112

RGB

 RED value IS 192 (75.39% from 255) = 62.54%

 GREEN value IS 97 (38.28% from 255) = 31.6%

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 62.54%
G = 31.6%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C06112 (or 0xC06112) is known color: Chocolate. HEX triplet: C0, 61 and 12. RGB value is (192,97,18). Sum of RGB (Red+Green+Blue) = 192+97+18=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C06112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06112 is #3F9EED. Grayscale: #747474. Windows color (decimal): -4169454 or 1204672. OLE color: 1204672.

HSL color Cylindrical-coordinate representation of color #C06112: hue angle of 27.24º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C06112 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 18 -
CMYK 0 0.49 0.91 0.25
HSL 27.24º 0.83% 0.41% -
HSV(B) 27.24º 0.91% 0.75% -
XYZ 26.12 19.8 3.02 -
YUV 116.4 72.47 181.92 -
System Red Green Blue C M Y K H S L
Decimal 192 97 18 0 0.49 0.91 0.25 27.24 0.83 0.41
Hex C0 61 12 0 31 5B 19 1B 53 29
Octal 300 141 22 0 61 133 31 33 123 51
Binary 11000000 1100001 10010 0 110001 1011011 11001 11011 1010011 101001

Color Harmonies of #C06112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06112

Black with #C06112

Text Example


Text Example

White with #C06112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06112; }

 p { color: rgb(192,97,18); }

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

background-color css

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

 a { background-color: rgb(192,97,18); }

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

border-color css

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

 span { border-color: rgb(192,97,18); }

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