#CCA1AA

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

Shades of Careys Pink #CCA1AA

Tints of Careys Pink #CCA1AA

Color information

#CCA1AA (or 0xCCA1AA) is unknown color: approx Careys Pink. HEX triplet: CC, A1 and AA. RGB value is (204,161,170). Sum of RGB (Red+Green+Blue) = 204+161+170=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA1AA is #335E55. Grayscale: #AEAEAE. Windows color (decimal): -3366486 or 11182540. OLE color: 11182540.

HSL color Cylindrical-coordinate representation of color #CCA1AA: hue angle of 347.44º degrees, saturation: 0.3, 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 #CCA1AA is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB204161170-
CMYK00.210.170.2
HSL347.44º29.66%71.57%-
HSV(B)347.44º21.08%80%-
XYZ44.941.2343.62-
YUV174.88125.25148.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=38.13%
G=30.09%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416117000.210.170.2347.4429.6671.57
HexCCA1AA015111415b1e48
Octal314241252025212453336110
Binary1100110010100001101010100101011000110100101011011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1AA; }

 p { color: rgb(204,161,170); }

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

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

 a { background-color: rgb(204,161,170); }

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

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

 span { border-color: rgb(204,161,170); }

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