Html Css Color HEX #C06C0C Chocolate

📋 copy color: '#C06C0C'

red 192 ◦ green 108 ◦ blue 12

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

Shades of Chocolate #C06C0C

Tints of Chocolate #C06C0C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.62%

 BLUE value IS 12 (5.08% from 255) = 3.85%

R = 61.54%
G = 34.62%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C06C0C (or 0xC06C0C) is known color: Chocolate. HEX triplet: C0, 6C and 0C. RGB value is (192,108,12). Sum of RGB (Red+Green+Blue) = 192+108+12=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06C0C is #3F93F3. Grayscale: #7A7A7A. Windows color (decimal): -4166644 or 814272. OLE color: 814272.

HSL color Cylindrical-coordinate representation of color #C06C0C: hue angle of 32º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C06C0C is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 108 12 -
CMYK 0 0.44 0.94 0.25
HSL 32º 0.88% 0.4% -
HSV(B) 32º 0.94% 0.75% -
XYZ 27.17 21.96 3.15 -
YUV 122.17 65.83 177.81 -
System Red Green Blue C M Y K H S L
Decimal 192 108 12 0 0.44 0.94 0.25 32 0.88 0.4
Hex C0 6C C 0 2C 5E 19 20 58 28
Octal 300 154 14 0 54 136 31 40 130 50
Binary 11000000 1101100 1100 0 101100 1011110 11001 100000 1011000 101000

Color Harmonies of #C06C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C0C

Black with #C06C0C

Text Example


Text Example

White with #C06C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C0C; }

 p { color: rgb(192,108,12); }

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

background-color css

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

 a { background-color: rgb(192,108,12); }

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

border-color css

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

 span { border-color: rgb(192,108,12); }

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