Html Css Color HEX #CA6017 Chocolate

📋 copy color: '#CA6017'

red 202 ◦ green 96 ◦ blue 23

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

Shades of Chocolate #CA6017

Tints of Chocolate #CA6017

RGB

 RED value IS 202 (79.3% from 255) = 62.93%

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

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

R = 62.93%
G = 29.91%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA6017 (or 0xCA6017) is known color: Chocolate. HEX triplet: CA, 60 and 17. RGB value is (202,96,23). Sum of RGB (Red+Green+Blue) = 202+96+23=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6017 is #359FE8. Grayscale: #777777. Windows color (decimal): -3514345 or 1532106. OLE color: 1532106.

HSL color Cylindrical-coordinate representation of color #CA6017: hue angle of 24.47º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA6017 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 96 23 -
CMYK 0 0.52 0.89 0.21
HSL 24.47º 0.8% 0.44% -
HSV(B) 24.47º 0.89% 0.79% -
XYZ 28.69 20.98 3.35 -
YUV 119.37 73.62 186.94 -
System Red Green Blue C M Y K H S L
Decimal 202 96 23 0 0.52 0.89 0.21 24.47 0.8 0.44
Hex CA 60 17 0 34 59 15 18 50 2C
Octal 312 140 27 0 64 131 25 30 120 54
Binary 11001010 1100000 10111 0 110100 1011001 10101 11000 1010000 101100

Color Harmonies of #CA6017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6017

Black with #CA6017

Text Example


Text Example

White with #CA6017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6017; }

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

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

background-color css

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

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

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

border-color css

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

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

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