#CCA4AC

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

Shades of Careys Pink #CCA4AC

Tints of Careys Pink #CCA4AC

Color information

#CCA4AC (or 0xCCA4AC) is unknown color: approx Careys Pink. HEX triplet: CC, A4 and AC. RGB value is (204,164,172). Sum of RGB (Red+Green+Blue) = 204+164+172=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA4AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA4AC is #335B53. Grayscale: #B0B0B0. Windows color (decimal): -3365716 or 11314380. OLE color: 11314380.

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

Color convert

RGB204164172-
CMYK00.200.160.2
HSL348º28.17%72.16%-
HSV(B)348º19.61%80%-
XYZ45.6242.3744.8-
YUV176.87125.25147.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 164 (64.45% from 255) = 30.37%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=37.78%
G=30.37%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416417200.200.160.234828.1772.16
HexCCA4AC014101415c1c48
Octal314244254024202453434110
Binary1100110010100100101011000101001000010100101011100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4AC; }

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

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

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

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

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

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

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

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