Html Css Color HEX #CEAAB0 Pink Flare

📋 copy color: '#CEAAB0'

red 206 ◦ green 170 ◦ blue 176

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

Shades of Pink Flare #CEAAB0

Tints of Pink Flare #CEAAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.88%

R = 37.32%
G = 30.8%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CEAAB0 (or 0xCEAAB0) is known color: Pink Flare. HEX triplet: CE, AA and B0. RGB value is (206,170,176). Sum of RGB (Red+Green+Blue) = 206+170+176=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAAB0 is #31554F. Grayscale: #B5B5B5. Windows color (decimal): -3233104 or 11578062. OLE color: 11578062.

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

Color convert

RGB 206 170 176 -
CMYK 0 0.17 0.15 0.19
HSL 350º 0.27% 0.74% -
HSV(B) 350º 0.17% 0.81% -
XYZ 47.66 45.01 47.25 -
YUV 181.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 206 170 176 0 0.17 0.15 0.19 350 0.27 0.74
Hex CE AA B0 0 11 F 13 15E 1B 4A
Octal 316 252 260 0 21 17 23 536 33 112
Binary 11001110 10101010 10110000 0 10001 1111 10011 101011110 11011 1001010

Color Harmonies of #CEAAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAAB0

Black with #CEAAB0

Text Example


Text Example

White with #CEAAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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