Html Css Color HEX #CA5C5A Indian Red

📋 copy color: '#CA5C5A'

red 202 ◦ green 92 ◦ blue 90

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

Shades of Indian Red #CA5C5A

Tints of Indian Red #CA5C5A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.96%

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

R = 52.6%
G = 23.96%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA5C5A (or 0xCA5C5A) is known color: Indian Red. HEX triplet: CA, 5C and 5A. RGB value is (202,92,90). Sum of RGB (Red+Green+Blue) = 202+92+90=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5C5A is #35A3A5. Grayscale: #7C7C7C. Windows color (decimal): -3515302 or 5921994. OLE color: 5921994.

HSL color Cylindrical-coordinate representation of color #CA5C5A: hue angle of 1.07º 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 #CA5C5A is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 92 90 -
CMYK 0 0.54 0.55 0.21
HSL 1.07º 0.51% 0.57% -
HSV(B) 1.07º 0.55% 0.79% -
XYZ 30.03 20.95 12.13 -
YUV 124.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 202 92 90 0 0.54 0.55 0.21 1.07 0.51 0.57
Hex CA 5C 5A 0 36 37 15 1 33 39
Octal 312 134 132 0 66 67 25 1 63 71
Binary 11001010 1011100 1011010 0 110110 110111 10101 1 110011 111001

Color Harmonies of #CA5C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5C5A

Black with #CA5C5A

Text Example


Text Example

White with #CA5C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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