Html Css Color HEX #C06116 Chocolate

📋 copy color: '#C06116'

red 192 ◦ green 97 ◦ blue 22

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

Shades of Chocolate #C06116

Tints of Chocolate #C06116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.07%

R = 61.74%
G = 31.19%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C06116 (or 0xC06116) is known color: Chocolate. HEX triplet: C0, 61 and 16. RGB value is (192,97,22). Sum of RGB (Red+Green+Blue) = 192+97+22=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C06116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06116 is #3F9EE9. Grayscale: #757575. Windows color (decimal): -4169450 or 1466816. OLE color: 1466816.

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

Color convert

RGB 192 97 22 -
CMYK 0 0.49 0.89 0.25
HSL 26.47º 0.79% 0.42% -
HSV(B) 26.47º 0.89% 0.75% -
XYZ 26.16 19.81 3.2 -
YUV 116.86 74.47 181.6 -
System Red Green Blue C M Y K H S L
Decimal 192 97 22 0 0.49 0.89 0.25 26.47 0.79 0.42
Hex C0 61 16 0 31 59 19 1A 4F 2A
Octal 300 141 26 0 61 131 31 32 117 52
Binary 11000000 1100001 10110 0 110001 1011001 11001 11010 1001111 101010

Color Harmonies of #C06116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06116

Black with #C06116

Text Example


Text Example

White with #C06116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06116; }

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

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

background-color css

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

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

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

border-color css

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

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

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