#CA6565

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

Shades of Indian Red #CA6565

Tints of Indian Red #CA6565

Color information

#CA6565 (or 0xCA6565) is unknown color: approx Indian Red. HEX triplet: CA, 65 and 65. RGB value is (202,101,101). Sum of RGB (Red+Green+Blue) = 202+101+101=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6565 is #359A9A. Grayscale: #838383. Windows color (decimal): -3512987 or 6645194. OLE color: 6645194.

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

Color convert

RGB202101101-
CMYK00.500.500.21
HSL48.79%59.41%-
HSV(B)50%79.22%-
XYZ31.3622.815.06-
YUV131.2110.96178.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 25%
BLUE value IS 101 (39.84% from 255) = 25%
R=50%
G=25%
B=25%

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
Decimal20210110100.500.500.21048.7959.41
HexCA656503232150313b
Octal312145145062622506173
Binary11001010110010111001010110010110010101010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6565; }

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

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

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

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

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

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

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

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