#CCACB3

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

Shades of Pink Flare #CCACB3

Tints of Pink Flare #CCACB3

Color information

#CCACB3 (or 0xCCACB3) is unknown color: approx Pink Flare. HEX triplet: CC, AC and B3. RGB value is (204,172,179). Sum of RGB (Red+Green+Blue) = 204+172+179=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACB3 is #33534C. Grayscale: #B6B6B6. Windows color (decimal): -3363661 or 11775180. OLE color: 11775180.

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

Color convert

RGB204172179-
CMYK00.160.120.2
HSL346.88º23.88%73.73%-
HSV(B)346.88º15.69%80%-
XYZ47.7945.648.93-
YUV182.37126.1143.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 179 (70.31% from 255) = 32.25%
R=36.76%
G=30.99%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417217900.160.120.2346.8823.8873.73
HexCCACB3010C1415b184a
Octal314254263020142453330112
Binary110011001010110010110011010000110010100101011011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACB3; }

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

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

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

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

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

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

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

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