#CCAEB4

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

Shades of Pink Flare #CCAEB4

Tints of Pink Flare #CCAEB4

Color information

#CCAEB4 (or 0xCCAEB4) is unknown color: approx Pink Flare. HEX triplet: CC, AE and B4. RGB value is (204,174,180). Sum of RGB (Red+Green+Blue) = 204+174+180=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEB4 is #33514B. Grayscale: #B7B7B7. Windows color (decimal): -3363148 or 11841228. OLE color: 11841228.

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

Color convert

RGB204174180-
CMYK00.150.120.2
HSL348º22.73%74.12%-
HSV(B)348º14.71%80%-
XYZ48.2846.449.59-
YUV183.65125.94142.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 180 (70.70% from 255) = 32.26%
R=36.56%
G=31.18%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417418000.150.120.234822.7374.12
HexCCAEB40FC1415c174a
Octal314256264017142453427112
Binary11001100101011101011010001111110010100101011100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEB4; }

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

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

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

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

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

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

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

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