Html Css Color HEX #C05F16 Chocolate

📋 copy color: '#C05F16'

red 192 ◦ green 95 ◦ blue 22

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

Shades of Chocolate #C05F16

Tints of Chocolate #C05F16

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.74%

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

R = 62.14%
G = 30.74%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C05F16 (or 0xC05F16) is known color: Chocolate. HEX triplet: C0, 5F and 16. RGB value is (192,95,22). Sum of RGB (Red+Green+Blue) = 192+95+22=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05F16 is #3FA0E9. Grayscale: #747474. Windows color (decimal): -4169962 or 1466304. OLE color: 1466304.

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

Color convert

RGB 192 95 22 -
CMYK 0 0.51 0.89 0.25
HSL 25.76º 0.79% 0.42% -
HSV(B) 25.76º 0.89% 0.75% -
XYZ 25.98 19.45 3.14 -
YUV 115.68 75.14 182.44 -
System Red Green Blue C M Y K H S L
Decimal 192 95 22 0 0.51 0.89 0.25 25.76 0.79 0.42
Hex C0 5F 16 0 33 59 19 1A 4F 2A
Octal 300 137 26 0 63 131 31 32 117 52
Binary 11000000 1011111 10110 0 110011 1011001 11001 11010 1001111 101010

Color Harmonies of #C05F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F16

Black with #C05F16

Text Example


Text Example

White with #C05F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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