#CCAEB2

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

Shades of Pink Flare #CCAEB2

Tints of Pink Flare #CCAEB2

Color information

#CCAEB2 (or 0xCCAEB2) is unknown color: approx Pink Flare. HEX triplet: CC, AE and B2. RGB value is (204,174,178). Sum of RGB (Red+Green+Blue) = 204+174+178=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAEB2 is #33514D. Grayscale: #B7B7B7. Windows color (decimal): -3363150 or 11710156. OLE color: 11710156.

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

Color convert

RGB204174178-
CMYK00.150.130.2
HSL352º22.73%74.12%-
HSV(B)352º14.71%80%-
XYZ48.0746.3248.53-
YUV183.43124.94142.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 178 (69.92% from 255) = 32.01%
R=36.69%
G=31.29%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417417800.150.130.235222.7374.12
HexCCAEB20FD14160174a
Octal314256262017152454027112
Binary11001100101011101011001001111110110100101100000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEB2; }

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

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

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

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

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

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

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

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