Html Css Color HEX #CA5E5A Indian Red

📋 copy color: '#CA5E5A'

red 202 ◦ green 94 ◦ blue 90

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

Shades of Indian Red #CA5E5A

Tints of Indian Red #CA5E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.32%

R = 52.33%
G = 24.35%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA5E5A (or 0xCA5E5A) is known color: Indian Red. HEX triplet: CA, 5E and 5A. RGB value is (202,94,90). Sum of RGB (Red+Green+Blue) = 202+94+90=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E5A is #35A1A5. Grayscale: #7D7D7D. Windows color (decimal): -3514790 or 5922506. OLE color: 5922506.

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

Color convert

RGB 202 94 90 -
CMYK 0 0.53 0.55 0.21
HSL 2.14º 0.51% 0.57% -
HSV(B) 2.14º 0.55% 0.79% -
XYZ 30.21 21.3 12.19 -
YUV 125.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 202 94 90 0 0.53 0.55 0.21 2.14 0.51 0.57
Hex CA 5E 5A 0 35 37 15 2 33 39
Octal 312 136 132 0 65 67 25 2 63 71
Binary 11001010 1011110 1011010 0 110101 110111 10101 10 110011 111001

Color Harmonies of #CA5E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E5A

Black with #CA5E5A

Text Example


Text Example

White with #CA5E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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