Html Css Color HEX #CA6A17 Chocolate

📋 copy color: '#CA6A17'

red 202 ◦ green 106 ◦ blue 23

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

Shades of Chocolate #CA6A17

Tints of Chocolate #CA6A17

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

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

R = 61.03%
G = 32.02%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA6A17 (or 0xCA6A17) is known color: Chocolate. HEX triplet: CA, 6A and 17. RGB value is (202,106,23). Sum of RGB (Red+Green+Blue) = 202+106+23=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6A17 is #3595E8. Grayscale: #7D7D7D. Windows color (decimal): -3511785 or 1534666. OLE color: 1534666.

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

Color convert

RGB 202 106 23 -
CMYK 0 0.48 0.89 0.21
HSL 27.82º 0.8% 0.44% -
HSV(B) 27.82º 0.89% 0.79% -
XYZ 29.67 22.93 3.67 -
YUV 125.24 70.3 182.75 -
System Red Green Blue C M Y K H S L
Decimal 202 106 23 0 0.48 0.89 0.21 27.82 0.8 0.44
Hex CA 6A 17 0 30 59 15 1C 50 2C
Octal 312 152 27 0 60 131 25 34 120 54
Binary 11001010 1101010 10111 0 110000 1011001 10101 11100 1010000 101100

Color Harmonies of #CA6A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6A17

Black with #CA6A17

Text Example


Text Example

White with #CA6A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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