Html Css Color HEX #CEAAB2 Pink Flare

📋 copy color: '#CEAAB2'

red 206 ◦ green 170 ◦ blue 178

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

Shades of Pink Flare #CEAAB2

Tints of Pink Flare #CEAAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.13%

R = 37.18%
G = 30.69%
B = 32.13%

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

#CEAAB2 (or 0xCEAAB2) is known color: Pink Flare. HEX triplet: CE, AA and B2. RGB value is (206,170,178). Sum of RGB (Red+Green+Blue) = 206+170+178=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAAB2 is #31554D. Grayscale: #B5B5B5. Windows color (decimal): -3233102 or 11709134. OLE color: 11709134.

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

Color convert

RGB 206 170 178 -
CMYK 0 0.17 0.14 0.19
HSL 346.67º 0.27% 0.74% -
HSV(B) 346.67º 0.17% 0.81% -
XYZ 47.86 45.09 48.3 -
YUV 181.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 206 170 178 0 0.17 0.14 0.19 346.67 0.27 0.74
Hex CE AA B2 0 11 E 13 15B 1B 4A
Octal 316 252 262 0 21 16 23 533 33 112
Binary 11001110 10101010 10110010 0 10001 1110 10011 101011011 11011 1001010

Color Harmonies of #CEAAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAAB2

Black with #CEAAB2

Text Example


Text Example

White with #CEAAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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