#CCA2AB

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

Shades of Careys Pink #CCA2AB

Tints of Careys Pink #CCA2AB

Color information

#CCA2AB (or 0xCCA2AB) is unknown color: approx Careys Pink. HEX triplet: CC, A2 and AB. RGB value is (204,162,171). Sum of RGB (Red+Green+Blue) = 204+162+171=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA2AB is #335D54. Grayscale: #AFAFAF. Windows color (decimal): -3366229 or 11248332. OLE color: 11248332.

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

Color convert

RGB204162171-
CMYK00.210.160.2
HSL347.14º29.17%71.76%-
HSV(B)347.14º20.59%80%-
XYZ45.1741.6244.18-
YUV175.58125.41148.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 162 (63.67% from 255) = 30.17%
BLUE value IS 171 (67.19% from 255) = 31.84%
R=37.99%
G=30.17%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416217100.210.160.2347.1429.1771.76
HexCCA2AB015101415b1d48
Octal314242253025202453335110
Binary1100110010100010101010110101011000010100101011011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA2AB; }

 p { color: rgb(204,162,171); }

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

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

 a { background-color: rgb(204,162,171); }

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

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

 span { border-color: rgb(204,162,171); }

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