#CB6460

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

Shades of Indian Red #CB6460

Tints of Indian Red #CB6460

Color information

#CB6460 (or 0xCB6460) is unknown color: approx Indian Red. HEX triplet: CB, 64 and 60. RGB value is (203,100,96). Sum of RGB (Red+Green+Blue) = 203+100+96=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6460 is #349B9F. Grayscale: #828282. Windows color (decimal): -3447712 or 6317259. OLE color: 6317259.

HSL color Cylindrical-coordinate representation of color #CB6460: hue angle of 2.24º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6460 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20310096-
CMYK00.510.530.20
HSL2.24º50.71%58.63%-
HSV(B)2.24º52.71%79.61%-
XYZ31.322.6613.79-
YUV130.34108.62179.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=50.88%
G=25.06%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031009600.510.530.202.2450.7158.63
HexCB646003335142333b
Octal313144140063652426373
Binary110010111100100110000001100111101011010010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6460; }

 p { color: rgb(203,100,96); }

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

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

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

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

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

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

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