#CCACB2

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

Shades of Pink Flare #CCACB2

Tints of Pink Flare #CCACB2

Color information

#CCACB2 (or 0xCCACB2) is unknown color: approx Pink Flare. HEX triplet: CC, AC and B2. RGB value is (204,172,178). Sum of RGB (Red+Green+Blue) = 204+172+178=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCACB2 is #33534D. Grayscale: #B6B6B6. Windows color (decimal): -3363662 or 11709644. OLE color: 11709644.

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

Color convert

RGB204172178-
CMYK00.160.130.2
HSL348.75º23.88%73.73%-
HSV(B)348.75º15.69%80%-
XYZ47.6945.5648.4-
YUV182.25125.6143.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 178 (69.92% from 255) = 32.13%
R=36.82%
G=31.05%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417217800.160.130.2348.7523.8873.73
HexCCACB2010D1415d184a
Octal314254262020152453530112
Binary110011001010110010110010010000110110100101011101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACB2; }

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

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

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

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

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

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

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

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