Html Css Color HEX #CA5A57 Indian Red

📋 copy color: '#CA5A57'

red 202 ◦ green 90 ◦ blue 87

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

Shades of Indian Red #CA5A57

Tints of Indian Red #CA5A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.96%

R = 53.3%
G = 23.75%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA5A57 (or 0xCA5A57) is known color: Indian Red. HEX triplet: CA, 5A and 57. RGB value is (202,90,87). Sum of RGB (Red+Green+Blue) = 202+90+87=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A57 is #35A5A8. Grayscale: #7B7B7B. Windows color (decimal): -3515817 or 5724874. OLE color: 5724874.

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

Color convert

RGB 202 90 87 -
CMYK 0 0.55 0.57 0.21
HSL 1.57º 0.52% 0.57% -
HSV(B) 1.57º 0.57% 0.79% -
XYZ 29.73 20.56 11.42 -
YUV 123.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 202 90 87 0 0.55 0.57 0.21 1.57 0.52 0.57
Hex CA 5A 57 0 37 39 15 2 34 39
Octal 312 132 127 0 67 71 25 2 64 71
Binary 11001010 1011010 1010111 0 110111 111001 10101 10 110100 111001

Color Harmonies of #CA5A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5A57

Black with #CA5A57

Text Example


Text Example

White with #CA5A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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