Html Css Color HEX #CA6160 Indian Red

📋 copy color: '#CA6160'

red 202 ◦ green 97 ◦ blue 96

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

Shades of Indian Red #CA6160

Tints of Indian Red #CA6160

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.56%

 BLUE value IS 96 (37.89% from 255) = 24.3%

R = 51.14%
G = 24.56%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA6160 (or 0xCA6160) is known color: Indian Red. HEX triplet: CA, 61 and 60. RGB value is (202,97,96). Sum of RGB (Red+Green+Blue) = 202+97+96=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6160 is #359E9F. Grayscale: #808080. Windows color (decimal): -3514016 or 6316490. OLE color: 6316490.

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

Color convert

RGB 202 97 96 -
CMYK 0 0.52 0.52 0.21
HSL 0.57º 0.5% 0.58% -
HSV(B) 0.57º 0.52% 0.79% -
XYZ 30.74 21.95 13.68 -
YUV 128.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 202 97 96 0 0.52 0.52 0.21 0.57 0.5 0.58
Hex CA 61 60 0 34 34 15 1 32 3A
Octal 312 141 140 0 64 64 25 1 62 72
Binary 11001010 1100001 1100000 0 110100 110100 10101 1 110010 111010

Color Harmonies of #CA6160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6160

Black with #CA6160

Text Example


Text Example

White with #CA6160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6160; }

 p { color: rgb(202,97,96); }

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

background-color css

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

 a { background-color: rgb(202,97,96); }

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

border-color css

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

 span { border-color: rgb(202,97,96); }

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