Html Css Color HEX #CE6460 Indian Red

📋 copy color: '#CE6460'

red 206 ◦ green 100 ◦ blue 96

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

Shades of Indian Red #CE6460

Tints of Indian Red #CE6460

RGB

 RED value IS 206 (80.86% from 255) = 51.24%

 GREEN value IS 100 (39.45% from 255) = 24.88%

 BLUE value IS 96 (37.89% from 255) = 23.88%

R = 51.24%
G = 24.88%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE6460 (or 0xCE6460) is known color: Indian Red. HEX triplet: CE, 64 and 60. RGB value is (206,100,96). Sum of RGB (Red+Green+Blue) = 206+100+96=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6460 is #319B9F. Grayscale: #838383. Windows color (decimal): -3251104 or 6317262. OLE color: 6317262.

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

Color convert

RGB 206 100 96 -
CMYK 0 0.51 0.53 0.19
HSL 2.18º 0.53% 0.59% -
HSV(B) 2.18º 0.53% 0.81% -
XYZ 32.12 23.08 13.83 -
YUV 131.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 206 100 96 0 0.51 0.53 0.19 2.18 0.53 0.59
Hex CE 64 60 0 33 35 13 2 35 3B
Octal 316 144 140 0 63 65 23 2 65 73
Binary 11001110 1100100 1100000 0 110011 110101 10011 10 110101 111011

Color Harmonies of #CE6460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6460

Black with #CE6460

Text Example


Text Example

White with #CE6460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6460; }

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

 H1.HeaderClassName
 {
   color: #CE6460;
 }
 .AnyTagClassName
 {
   color: #CE6460;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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