Html Css Color HEX #CA5D5B Indian Red

📋 copy color: '#CA5D5B'

red 202 ◦ green 93 ◦ blue 91

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

Shades of Indian Red #CA5D5B

Tints of Indian Red #CA5D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.58%

R = 52.33%
G = 24.09%
B = 23.58%

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

#CA5D5B (or 0xCA5D5B) is known color: Indian Red. HEX triplet: CA, 5D and 5B. RGB value is (202,93,91). Sum of RGB (Red+Green+Blue) = 202+93+91=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5D5B is #35A2A4. Grayscale: #7D7D7D. Windows color (decimal): -3515045 or 5987786. OLE color: 5987786.

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

Color convert

RGB 202 93 91 -
CMYK 0 0.54 0.55 0.21
HSL 1.08º 0.51% 0.57% -
HSV(B) 1.08º 0.55% 0.79% -
XYZ 30.16 21.14 12.39 -
YUV 125.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 202 93 91 0 0.54 0.55 0.21 1.08 0.51 0.57
Hex CA 5D 5B 0 36 37 15 1 33 39
Octal 312 135 133 0 66 67 25 1 63 71
Binary 11001010 1011101 1011011 0 110110 110111 10101 1 110011 111001

Color Harmonies of #CA5D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5D5B

Black with #CA5D5B

Text Example


Text Example

White with #CA5D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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