Html Css Color HEX #CA5E59 Indian Red

📋 copy color: '#CA5E59'

red 202 ◦ green 94 ◦ blue 89

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

Shades of Indian Red #CA5E59

Tints of Indian Red #CA5E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.12%

R = 52.47%
G = 24.42%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA5E59 (or 0xCA5E59) is known color: Indian Red. HEX triplet: CA, 5E and 59. RGB value is (202,94,89). Sum of RGB (Red+Green+Blue) = 202+94+89=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E59 is #35A1A6. Grayscale: #7D7D7D. Windows color (decimal): -3514791 or 5856970. OLE color: 5856970.

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

Color convert

RGB 202 94 89 -
CMYK 0 0.53 0.56 0.21
HSL 2.65º 0.52% 0.57% -
HSV(B) 2.65º 0.56% 0.79% -
XYZ 30.16 21.28 11.97 -
YUV 125.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 202 94 89 0 0.53 0.56 0.21 2.65 0.52 0.57
Hex CA 5E 59 0 35 38 15 3 34 39
Octal 312 136 131 0 65 70 25 3 64 71
Binary 11001010 1011110 1011001 0 110101 111000 10101 11 110100 111001

Color Harmonies of #CA5E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E59

Black with #CA5E59

Text Example


Text Example

White with #CA5E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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