Html Css Color HEX #CA6560 Indian Red

📋 copy color: '#CA6560'

red 202 ◦ green 101 ◦ blue 96

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

Shades of Indian Red #CA6560

Tints of Indian Red #CA6560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.31%

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

R = 50.63%
G = 25.31%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA6560 (or 0xCA6560) is known color: Indian Red. HEX triplet: CA, 65 and 60. RGB value is (202,101,96). Sum of RGB (Red+Green+Blue) = 202+101+96=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6560 is #359A9F. Grayscale: #828282. Windows color (decimal): -3512992 or 6317514. OLE color: 6317514.

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

Color convert

RGB 202 101 96 -
CMYK 0 0.50 0.52 0.21
HSL 2.83º 0.5% 0.58% -
HSV(B) 2.83º 0.52% 0.79% -
XYZ 31.12 22.71 13.81 -
YUV 130.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 202 101 96 0 0.50 0.52 0.21 2.83 0.5 0.58
Hex CA 65 60 0 32 34 15 3 32 3A
Octal 312 145 140 0 62 64 25 3 62 72
Binary 11001010 1100101 1100000 0 110010 110100 10101 11 110010 111010

Color Harmonies of #CA6560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6560

Black with #CA6560

Text Example


Text Example

White with #CA6560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6560; }

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

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

background-color css

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

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

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

border-color css

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

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

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