Html Css Color HEX #CB6460 Indian Red

📋 copy color: '#CB6460'

red 203 ◦ green 100 ◦ blue 96

#CB6460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Red #CB6460

Tints of Indian Red #CB6460

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 value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB6460 (or 0xCB6460) is known color: 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

RGB 203 100 96 -
CMYK 0 0.51 0.53 0.20
HSL 2.24º 0.51% 0.59% -
HSV(B) 2.24º 0.53% 0.8% -
XYZ 31.3 22.66 13.79 -
YUV 130.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 203 100 96 0 0.51 0.53 0.20 2.24 0.51 0.59
Hex CB 64 60 0 33 35 14 2 33 3B
Octal 313 144 140 0 63 65 24 2 63 73
Binary 11001011 1100100 1100000 0 110011 110101 10100 10 110011 111011

Color Harmonies of #CB6460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6460

Black with #CB6460

Text Example


Text Example

White with #CB6460

Text Example


Text Example

HTML Codes & Css Web 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>