Html Css Color HEX #CE6660 Indian Red

📋 copy color: '#CE6660'

red 206 ◦ green 102 ◦ blue 96

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

Shades of Indian Red #CE6660

Tints of Indian Red #CE6660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.25%

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

R = 50.99%
G = 25.25%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE6660 (or 0xCE6660) is known color: Indian Red. HEX triplet: CE, 66 and 60. RGB value is (206,102,96). Sum of RGB (Red+Green+Blue) = 206+102+96=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6660 is #31999F. Grayscale: #848484. Windows color (decimal): -3250592 or 6317774. OLE color: 6317774.

HSL color Cylindrical-coordinate representation of color #CE6660: hue angle of 3.27º 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 #CE6660 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 102 96 -
CMYK 0 0.50 0.53 0.19
HSL 3.27º 0.53% 0.59% -
HSV(B) 3.27º 0.53% 0.81% -
XYZ 32.32 23.47 13.89 -
YUV 132.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 206 102 96 0 0.50 0.53 0.19 3.27 0.53 0.59
Hex CE 66 60 0 32 35 13 3 35 3B
Octal 316 146 140 0 62 65 23 3 65 73
Binary 11001110 1100110 1100000 0 110010 110101 10011 11 110101 111011

Color Harmonies of #CE6660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6660

Black with #CE6660

Text Example


Text Example

White with #CE6660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6660; }

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

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

background-color css

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

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

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

border-color css

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

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

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