#CCA8B3

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

Shades of Blossom #CCA8B3

Tints of Blossom #CCA8B3

Color information

#CCA8B3 (or 0xCCA8B3) is unknown color: approx Blossom. HEX triplet: CC, A8 and B3. RGB value is (204,168,179). Sum of RGB (Red+Green+Blue) = 204+168+179=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8B3 is #33574C. Grayscale: #B4B4B4. Windows color (decimal): -3364685 or 11774156. OLE color: 11774156.

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

Color convert

RGB204168179-
CMYK00.180.120.2
HSL341.67º26.09%72.94%-
HSV(B)341.67º17.65%80%-
XYZ47.0444.148.68-
YUV180.02127.43145.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 168 (66.02% from 255) = 30.49%
BLUE value IS 179 (70.31% from 255) = 32.49%
R=37.02%
G=30.49%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416817900.180.120.2341.6726.0972.94
HexCCA8B3012C141561a49
Octal314250263022142452632111
Binary110011001010100010110011010010110010100101010110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA8B3; }

 p { color: rgb(204,168,179); }

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

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

 a { background-color: rgb(204,168,179); }

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

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

 span { border-color: rgb(204,168,179); }

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