Html Css Color HEX #CE6166 Mandy

📋 copy color: '#CE6166'

red 206 ◦ green 97 ◦ blue 102

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

Shades of Mandy #CE6166

Tints of Mandy #CE6166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.95%

 BLUE value IS 102 (40.23% from 255) = 25.19%

R = 50.86%
G = 23.95%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE6166 (or 0xCE6166) is known color: Mandy. HEX triplet: CE, 61 and 66. RGB value is (206,97,102). Sum of RGB (Red+Green+Blue) = 206+97+102=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6166 is #319E99. Grayscale: #828282. Windows color (decimal): -3251866 or 6709710. OLE color: 6709710.

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

Color convert

RGB 206 97 102 -
CMYK 0 0.53 0.50 0.19
HSL 357.25º 0.53% 0.59% -
HSV(B) 357.25º 0.53% 0.81% -
XYZ 32.13 22.63 15.25 -
YUV 130.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 206 97 102 0 0.53 0.50 0.19 357.25 0.53 0.59
Hex CE 61 66 0 35 32 13 165 35 3B
Octal 316 141 146 0 65 62 23 545 65 73
Binary 11001110 1100001 1100110 0 110101 110010 10011 101100101 110101 111011

Color Harmonies of #CE6166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6166

Black with #CE6166

Text Example


Text Example

White with #CE6166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6166; }

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

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

background-color css

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

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

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

border-color css

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

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

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