Html Css Color HEX #CA5E19 Chocolate

📋 copy color: '#CA5E19'

red 202 ◦ green 94 ◦ blue 25

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

Shades of Chocolate #CA5E19

Tints of Chocolate #CA5E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.79%

R = 62.93%
G = 29.28%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA5E19 (or 0xCA5E19) is known color: Chocolate. HEX triplet: CA, 5E and 19. RGB value is (202,94,25). Sum of RGB (Red+Green+Blue) = 202+94+25=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5E19 is #35A1E6. Grayscale: #767676. Windows color (decimal): -3514855 or 1662666. OLE color: 1662666.

HSL color Cylindrical-coordinate representation of color #CA5E19: hue angle of 23.39º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA5E19 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 94 25 -
CMYK 0 0.53 0.88 0.21
HSL 23.39º 0.78% 0.45% -
HSV(B) 23.39º 0.88% 0.79% -
XYZ 28.54 20.63 3.4 -
YUV 118.43 75.28 187.61 -
System Red Green Blue C M Y K H S L
Decimal 202 94 25 0 0.53 0.88 0.21 23.39 0.78 0.45
Hex CA 5E 19 0 35 58 15 17 4E 2D
Octal 312 136 31 0 65 130 25 27 116 55
Binary 11001010 1011110 11001 0 110101 1011000 10101 10111 1001110 101101

Color Harmonies of #CA5E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E19

Black with #CA5E19

Text Example


Text Example

White with #CA5E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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