#CA6161

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

Shades of Indian Red #CA6161

Tints of Indian Red #CA6161

Color information

#CA6161 (or 0xCA6161) is unknown color: approx Indian Red. HEX triplet: CA, 61 and 61. RGB value is (202,97,97). Sum of RGB (Red+Green+Blue) = 202+97+97=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6161 is #359E9E. Grayscale: #808080. Windows color (decimal): -3514015 or 6382026. OLE color: 6382026.

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

Color convert

RGB2029797-
CMYK00.520.520.21
HSL49.76%58.63%-
HSV(B)51.98%79.22%-
XYZ30.7921.9713.93-
YUV128.39110.29180.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=51.01%
G=24.49%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202979700.520.520.21049.7658.63
HexCA616103434150323b
Octal312141141064642506273
Binary11001010110000111000010110100110100101010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6161; }

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

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

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

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

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

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

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

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