#CA6464

Color #CA6464 Indian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Red #CA6464

Tints of Indian Red #CA6464

Color information

#CA6464 (or 0xCA6464) is unknown color: approx Indian Red. HEX triplet: CA, 64 and 64. RGB value is (202,100,100). Sum of RGB (Red+Green+Blue) = 202+100+100=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6464 is #359B9B. Grayscale: #828282. Windows color (decimal): -3513244 or 6579402. OLE color: 6579402.

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

Color convert

RGB202100100-
CMYK00.500.500.21
HSL49.04%59.22%-
HSV(B)50.5%79.22%-
XYZ31.2122.5914.77-
YUV130.5110.79179-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 100 (39.45% from 255) = 24.88%
R=50.25%
G=24.88%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210010000.500.500.21049.0459.22
HexCA646403232150313b
Octal312144144062622506173
Binary11001010110010011001000110010110010101010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6464; }

 p { color: rgb(202,100,100); }

 H1.HeaderClassName
 {
   color: #CA6464;
 }
 .AnyTagClassName
 {
   color: #CA6464;
 }
</style>
background-color css

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

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

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

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

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

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