Html Css Color HEX #CEAAB3 Pink Flare

📋 copy color: '#CEAAB3'

red 206 ◦ green 170 ◦ blue 179

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

Shades of Pink Flare #CEAAB3

Tints of Pink Flare #CEAAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.25%

R = 37.12%
G = 30.63%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CEAAB3 (or 0xCEAAB3) is known color: Pink Flare. HEX triplet: CE, AA and B3. RGB value is (206,170,179). Sum of RGB (Red+Green+Blue) = 206+170+179=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAAB3 is #31554C. Grayscale: #B5B5B5. Windows color (decimal): -3233101 or 11774670. OLE color: 11774670.

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

Color convert

RGB 206 170 179 -
CMYK 0 0.17 0.13 0.19
HSL 345º 0.27% 0.74% -
HSV(B) 345º 0.17% 0.81% -
XYZ 47.97 45.13 48.83 -
YUV 181.79 126.43 145.27 -
System Red Green Blue C M Y K H S L
Decimal 206 170 179 0 0.17 0.13 0.19 345 0.27 0.74
Hex CE AA B3 0 11 D 13 159 1B 4A
Octal 316 252 263 0 21 15 23 531 33 112
Binary 11001110 10101010 10110011 0 10001 1101 10011 101011001 11011 1001010

Color Harmonies of #CEAAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAAB3

Black with #CEAAB3

Text Example


Text Example

White with #CEAAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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