Html Css Color HEX #C06412 Chocolate

📋 copy color: '#C06412'

red 192 ◦ green 100 ◦ blue 18

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

Shades of Chocolate #C06412

Tints of Chocolate #C06412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.26%

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

R = 61.94%
G = 32.26%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C06412 (or 0xC06412) is known color: Chocolate. HEX triplet: C0, 64 and 12. RGB value is (192,100,18). Sum of RGB (Red+Green+Blue) = 192+100+18=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C06412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06412 is #3F9BED. Grayscale: #767676. Windows color (decimal): -4168686 or 1205440. OLE color: 1205440.

HSL color Cylindrical-coordinate representation of color #C06412: hue angle of 28.28º 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 #C06412 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 18 -
CMYK 0 0.48 0.91 0.25
HSL 28.28º 0.83% 0.41% -
HSV(B) 28.28º 0.91% 0.75% -
XYZ 26.4 20.36 3.11 -
YUV 118.16 71.48 180.67 -
System Red Green Blue C M Y K H S L
Decimal 192 100 18 0 0.48 0.91 0.25 28.28 0.83 0.41
Hex C0 64 12 0 30 5B 19 1C 53 29
Octal 300 144 22 0 60 133 31 34 123 51
Binary 11000000 1100100 10010 0 110000 1011011 11001 11100 1010011 101001

Color Harmonies of #C06412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06412

Black with #C06412

Text Example


Text Example

White with #C06412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06412; }

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

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

background-color css

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

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

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

border-color css

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

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

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