#CCAAB5

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

Shades of Blossom #CCAAB5

Tints of Blossom #CCAAB5

Color information

#CCAAB5 (or 0xCCAAB5) is unknown color: approx Blossom. HEX triplet: CC, AA and B5. RGB value is (204,170,181). Sum of RGB (Red+Green+Blue) = 204+170+181=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAB5 is #33554A. Grayscale: #B5B5B5. Windows color (decimal): -3364171 or 11905740. OLE color: 11905740.

HSL color Cylindrical-coordinate representation of color #CCAAB5: hue angle of 340.59º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCAAB5 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB204170181-
CMYK00.170.110.2
HSL340.59º25%73.33%-
HSV(B)340.59º16.67%80%-
XYZ47.6244.9249.88-
YUV181.42127.76144.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 181 (71.09% from 255) = 32.61%
R=36.76%
G=30.63%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417018100.170.110.2340.592573.33
HexCCAAB5011B141551949
Octal314252265021132452531111
Binary110011001010101010110101010001101110100101010101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAB5; }

 p { color: rgb(204,170,181); }

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

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

 a { background-color: rgb(204,170,181); }

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

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

 span { border-color: rgb(204,170,181); }

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