#CCACB5

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

Shades of Pink Flare #CCACB5

Tints of Pink Flare #CCACB5

Color information

#CCACB5 (or 0xCCACB5) is unknown color: approx Pink Flare. HEX triplet: CC, AC and B5. RGB value is (204,172,181). Sum of RGB (Red+Green+Blue) = 204+172+181=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACB5 is #33534A. Grayscale: #B6B6B6. Windows color (decimal): -3363659 or 11906252. OLE color: 11906252.

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

Color convert

RGB204172181-
CMYK00.160.110.2
HSL343.12º23.88%73.73%-
HSV(B)343.12º15.69%80%-
XYZ47.9945.6850-
YUV182.59127.1143.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 181 (71.09% from 255) = 32.50%
R=36.62%
G=30.88%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417218100.160.110.2343.1223.8873.73
HexCCACB5010B14157184a
Octal314254265020132452730112
Binary110011001010110010110101010000101110100101010111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACB5; }

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

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

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

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

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

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

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

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