Html Css Color HEX #CA5D58 Indian Red

📋 copy color: '#CA5D58'

red 202 ◦ green 93 ◦ blue 88

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

Shades of Indian Red #CA5D58

Tints of Indian Red #CA5D58

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.28%

 BLUE value IS 88 (34.77% from 255) = 22.98%

R = 52.74%
G = 24.28%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA5D58 (or 0xCA5D58) is known color: Indian Red. HEX triplet: CA, 5D and 58. RGB value is (202,93,88). Sum of RGB (Red+Green+Blue) = 202+93+88=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5D58 is #35A2A7. Grayscale: #7D7D7D. Windows color (decimal): -3515048 or 5791178. OLE color: 5791178.

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

Color convert

RGB 202 93 88 -
CMYK 0 0.54 0.56 0.21
HSL 2.63º 0.52% 0.57% -
HSV(B) 2.63º 0.56% 0.79% -
XYZ 30.03 21.09 11.72 -
YUV 125.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 202 93 88 0 0.54 0.56 0.21 2.63 0.52 0.57
Hex CA 5D 58 0 36 38 15 3 34 39
Octal 312 135 130 0 66 70 25 3 64 71
Binary 11001010 1011101 1011000 0 110110 111000 10101 11 110100 111001

Color Harmonies of #CA5D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5D58

Black with #CA5D58

Text Example


Text Example

White with #CA5D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5D58; }

 p { color: rgb(202,93,88); }

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

background-color css

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

 a { background-color: rgb(202,93,88); }

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

border-color css

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

 span { border-color: rgb(202,93,88); }

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