#CA6261

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

Shades of Indian Red #CA6261

Tints of Indian Red #CA6261

Color information

#CA6261 (or 0xCA6261) is unknown color: approx Indian Red. HEX triplet: CA, 62 and 61. RGB value is (202,98,97). Sum of RGB (Red+Green+Blue) = 202+98+97=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6261 is #359D9E. Grayscale: #818181. Windows color (decimal): -3513759 or 6382282. OLE color: 6382282.

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

Color convert

RGB2029897-
CMYK00.510.520.21
HSL0.57º49.76%58.63%-
HSV(B)0.57º51.98%79.22%-
XYZ30.8822.1513.96-
YUV128.98109.96180.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.88%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 97 (38.28% from 255) = 24.43%
R=50.88%
G=24.69%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202989700.510.520.210.5749.7658.63
HexCA626103334151323b
Octal312142141063642516273
Binary11001010110001011000010110011110100101011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6261; }

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

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

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

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

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

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

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

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