Html Css Color HEX #CA5A16 Chocolate

📋 copy color: '#CA5A16'

red 202 ◦ green 90 ◦ blue 22

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

Shades of Chocolate #CA5A16

Tints of Chocolate #CA5A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.66%

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

R = 64.33%
G = 28.66%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA5A16 (or 0xCA5A16) is known color: Chocolate. HEX triplet: CA, 5A and 16. RGB value is (202,90,22). Sum of RGB (Red+Green+Blue) = 202+90+22=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5A16 is #35A5E9. Grayscale: #747474. Windows color (decimal): -3515882 or 1465034. OLE color: 1465034.

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

Color convert

RGB 202 90 22 -
CMYK 0 0.55 0.89 0.21
HSL 22.67º 0.8% 0.44% -
HSV(B) 22.67º 0.89% 0.79% -
XYZ 28.16 19.93 3.12 -
YUV 115.74 75.11 189.53 -
System Red Green Blue C M Y K H S L
Decimal 202 90 22 0 0.55 0.89 0.21 22.67 0.8 0.44
Hex CA 5A 16 0 37 59 15 17 50 2C
Octal 312 132 26 0 67 131 25 27 120 54
Binary 11001010 1011010 10110 0 110111 1011001 10101 10111 1010000 101100

Color Harmonies of #CA5A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5A16

Black with #CA5A16

Text Example


Text Example

White with #CA5A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5A16; }

 p { color: rgb(202,90,22); }

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

background-color css

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

 a { background-color: rgb(202,90,22); }

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

border-color css

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

 span { border-color: rgb(202,90,22); }

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