Html Css Color HEX #C06017 Chocolate

📋 copy color: '#C06017'

red 192 ◦ green 96 ◦ blue 23

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

Shades of Chocolate #C06017

Tints of Chocolate #C06017

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.87%

 BLUE value IS 23 (9.38% from 255) = 7.4%

R = 61.74%
G = 30.87%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C06017 (or 0xC06017) is known color: Chocolate. HEX triplet: C0, 60 and 17. RGB value is (192,96,23). Sum of RGB (Red+Green+Blue) = 192+96+23=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C06017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06017 is #3F9FE8. Grayscale: #747474. Windows color (decimal): -4169705 or 1532096. OLE color: 1532096.

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

Color convert

RGB 192 96 23 -
CMYK 0 0.50 0.88 0.25
HSL 25.92º 0.79% 0.42% -
HSV(B) 25.92º 0.88% 0.75% -
XYZ 26.08 19.63 3.23 -
YUV 116.38 75.3 181.94 -
System Red Green Blue C M Y K H S L
Decimal 192 96 23 0 0.50 0.88 0.25 25.92 0.79 0.42
Hex C0 60 17 0 32 58 19 1A 4F 2A
Octal 300 140 27 0 62 130 31 32 117 52
Binary 11000000 1100000 10111 0 110010 1011000 11001 11010 1001111 101010

Color Harmonies of #C06017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06017

Black with #C06017

Text Example


Text Example

White with #C06017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06017; }

 p { color: rgb(192,96,23); }

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

background-color css

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

 a { background-color: rgb(192,96,23); }

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

border-color css

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

 span { border-color: rgb(192,96,23); }

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