#CCACB4

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

Shades of Pink Flare #CCACB4

Tints of Pink Flare #CCACB4

Color information

#CCACB4 (or 0xCCACB4) is unknown color: approx Pink Flare. HEX triplet: CC, AC and B4. RGB value is (204,172,180). Sum of RGB (Red+Green+Blue) = 204+172+180=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACB4 is #33534B. Grayscale: #B6B6B6. Windows color (decimal): -3363660 or 11840716. OLE color: 11840716.

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

Color convert

RGB204172180-
CMYK00.160.120.2
HSL345º23.88%73.73%-
HSV(B)345º15.69%80%-
XYZ47.8945.6449.46-
YUV182.48126.6143.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 180 (70.70% from 255) = 32.37%
R=36.69%
G=30.94%
B=32.37%

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
Decimal20417218000.160.120.234523.8873.73
HexCCACB4010C14159184a
Octal314254264020142453130112
Binary110011001010110010110100010000110010100101011001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACB4; }

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

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

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

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

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

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

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

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