#CCAEAF

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

Shades of Pink Flare #CCAEAF

Tints of Pink Flare #CCAEAF

Color information

#CCAEAF (or 0xCCAEAF) is unknown color: approx Pink Flare. HEX triplet: CC, AE and AF. RGB value is (204,174,175). Sum of RGB (Red+Green+Blue) = 204+174+175=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAEAF is #335150. Grayscale: #B7B7B7. Windows color (decimal): -3363153 or 11513548. OLE color: 11513548.

HSL color Cylindrical-coordinate representation of color #CCAEAF: hue angle of 358º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCAEAF is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204174175-
CMYK00.150.140.2
HSL358º22.73%74.12%-
HSV(B)358º14.71%80%-
XYZ47.7846.246.96-
YUV183.08123.44142.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 175 (68.75% from 255) = 31.65%
R=36.89%
G=31.46%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417417500.150.140.235822.7374.12
HexCCAEAF0FE14166174a
Octal314256257017162454627112
Binary11001100101011101010111101111111010100101100110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEAF; }

 p { color: rgb(204,174,175); }

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

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

 a { background-color: rgb(204,174,175); }

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

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

 span { border-color: rgb(204,174,175); }

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