#CCA1AD

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

Shades of Careys Pink #CCA1AD

Tints of Careys Pink #CCA1AD

Color information

#CCA1AD (or 0xCCA1AD) is unknown color: approx Careys Pink. HEX triplet: CC, A1 and AD. RGB value is (204,161,173). Sum of RGB (Red+Green+Blue) = 204+161+173=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA1AD is #335E52. Grayscale: #AFAFAF. Windows color (decimal): -3366483 or 11379148. OLE color: 11379148.

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

Color convert

RGB204161173-
CMYK00.210.150.2
HSL343.26º29.66%71.57%-
HSV(B)343.26º21.08%80%-
XYZ45.1941.3445.13-
YUV175.22126.75148.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=37.92%
G=29.93%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416117300.210.150.2343.2629.6671.57
HexCCA1AD015F141571e48
Octal314241255025172452736110
Binary110011001010000110101101010101111110100101010111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1AD; }

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

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

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

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

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

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

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

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