Html Css Color HEX #CEAAB1 Pink Flare

📋 copy color: '#CEAAB1'

red 206 ◦ green 170 ◦ blue 177

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

Shades of Pink Flare #CEAAB1

Tints of Pink Flare #CEAAB1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.74%

 BLUE value IS 177 (69.53% from 255) = 32.01%

R = 37.25%
G = 30.74%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CEAAB1 (or 0xCEAAB1) is known color: Pink Flare. HEX triplet: CE, AA and B1. RGB value is (206,170,177). Sum of RGB (Red+Green+Blue) = 206+170+177=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAAB1 is #31554E. Grayscale: #B5B5B5. Windows color (decimal): -3233103 or 11643598. OLE color: 11643598.

HSL color Cylindrical-coordinate representation of color #CEAAB1: hue angle of 348.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEAAB1 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 170 177 -
CMYK 0 0.17 0.14 0.19
HSL 348.33º 0.27% 0.74% -
HSV(B) 348.33º 0.17% 0.81% -
XYZ 47.76 45.05 47.77 -
YUV 181.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 206 170 177 0 0.17 0.14 0.19 348.33 0.27 0.74
Hex CE AA B1 0 11 E 13 15C 1B 4A
Octal 316 252 261 0 21 16 23 534 33 112
Binary 11001110 10101010 10110001 0 10001 1110 10011 101011100 11011 1001010

Color Harmonies of #CEAAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAAB1

Black with #CEAAB1

Text Example


Text Example

White with #CEAAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAAB1; }

 p { color: rgb(206,170,177); }

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

background-color css

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

 a { background-color: rgb(206,170,177); }

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

border-color css

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

 span { border-color: rgb(206,170,177); }

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