#CCA6AD

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

Shades of Careys Pink #CCA6AD

Tints of Careys Pink #CCA6AD

Color information

#CCA6AD (or 0xCCA6AD) is unknown color: approx Careys Pink. HEX triplet: CC, A6 and AD. RGB value is (204,166,173). Sum of RGB (Red+Green+Blue) = 204+166+173=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA6AD is #335952. Grayscale: #B2B2B2. Windows color (decimal): -3365203 or 11380428. OLE color: 11380428.

HSL color Cylindrical-coordinate representation of color #CCA6AD: hue angle of 348.95º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCA6AD is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB204166173-
CMYK00.190.150.2
HSL348.95º27.14%72.55%-
HSV(B)348.95º18.63%80%-
XYZ46.0843.1345.43-
YUV178.16125.09146.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 166 (65.23% from 255) = 30.57%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=37.57%
G=30.57%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416617300.190.150.2348.9527.1472.55
HexCCA6AD013F1415d1b49
Octal314246255023172453533111
Binary110011001010011010101101010011111110100101011101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6AD; }

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

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

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

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

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

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

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

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