#CEAAAF

Color #CEAAAF Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #CEAAAF

Tints of Pink Flare #CEAAAF

Color information

#CEAAAF (or 0xCEAAAF) is unknown color: approx Pink Flare. HEX triplet: CE, AA and AF. RGB value is (206,170,175). Sum of RGB (Red+Green+Blue) = 206+170+175=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAAAF is #315550. Grayscale: #B5B5B5. Windows color (decimal): -3233105 or 11512526. OLE color: 11512526.

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

Color convert

RGB206170175-
CMYK00.170.150.19
HSL351.67º26.87%73.73%-
HSV(B)351.67º17.48%80.78%-
XYZ47.5744.9746.73-
YUV181.33124.43145.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.39%
GREEN value IS 170 (66.80% from 255) = 30.85%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=37.39%
G=30.85%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617017500.170.150.19351.6726.8773.73
HexCEAAAF011F131601b4a
Octal316252257021172354033112
Binary110011101010101010101111010001111110011101100000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAAAF; }

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

 H1.HeaderClassName
 {
   color: #CEAAAF;
 }
 .AnyTagClassName
 {
   color: #CEAAAF;
 }
</style>
background-color css

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

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

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

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

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

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