#CCA7AD

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

Shades of Careys Pink #CCA7AD

Tints of Careys Pink #CCA7AD

Color information

#CCA7AD (or 0xCCA7AD) is unknown color: approx Careys Pink. HEX triplet: CC, A7 and AD. RGB value is (204,167,173). Sum of RGB (Red+Green+Blue) = 204+167+173=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA7AD is #335852. Grayscale: #B2B2B2. Windows color (decimal): -3364947 or 11380684. OLE color: 11380684.

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

Color convert

RGB204167173-
CMYK00.180.150.2
HSL350.27º26.62%72.75%-
HSV(B)350.27º18.14%80%-
XYZ46.2643.4945.49-
YUV178.75124.76146.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 167 (65.62% from 255) = 30.70%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=37.5%
G=30.70%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416717300.180.150.2350.2726.6272.75
HexCCA7AD012F1415e1b49
Octal314247255022172453633111
Binary110011001010011110101101010010111110100101011110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA7AD; }

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

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

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

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

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

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

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

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