Html Css Color HEX #CA5E15 Chocolate

📋 copy color: '#CA5E15'

red 202 ◦ green 94 ◦ blue 21

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

Shades of Chocolate #CA5E15

Tints of Chocolate #CA5E15

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

 BLUE value IS 21 (8.59% from 255) = 6.62%

R = 63.72%
G = 29.65%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA5E15 (or 0xCA5E15) is known color: Chocolate. HEX triplet: CA, 5E and 15. RGB value is (202,94,21). Sum of RGB (Red+Green+Blue) = 202+94+21=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5E15 is #35A1EA. Grayscale: #767676. Windows color (decimal): -3514859 or 1400522. OLE color: 1400522.

HSL color Cylindrical-coordinate representation of color #CA5E15: hue angle of 24.2º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA5E15 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 94 21 -
CMYK 0 0.53 0.90 0.21
HSL 24.2º 0.81% 0.44% -
HSV(B) 24.2º 0.9% 0.79% -
XYZ 28.5 20.62 3.19 -
YUV 117.97 73.28 187.94 -
System Red Green Blue C M Y K H S L
Decimal 202 94 21 0 0.53 0.90 0.21 24.2 0.81 0.44
Hex CA 5E 15 0 35 5A 15 18 51 2C
Octal 312 136 25 0 65 132 25 30 121 54
Binary 11001010 1011110 10101 0 110101 1011010 10101 11000 1010001 101100

Color Harmonies of #CA5E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E15

Black with #CA5E15

Text Example


Text Example

White with #CA5E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E15; }

 p { color: rgb(202,94,21); }

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

background-color css

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

 a { background-color: rgb(202,94,21); }

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

border-color css

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

 span { border-color: rgb(202,94,21); }

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