#CCA7AE

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

Shades of Careys Pink #CCA7AE

Tints of Careys Pink #CCA7AE

Color information

#CCA7AE (or 0xCCA7AE) is unknown color: approx Careys Pink. HEX triplet: CC, A7 and AE. RGB value is (204,167,174). Sum of RGB (Red+Green+Blue) = 204+167+174=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA7AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA7AE is #335851. Grayscale: #B2B2B2. Windows color (decimal): -3364946 or 11446220. OLE color: 11446220.

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

Color convert

RGB204167174-
CMYK00.180.150.2
HSL348.65º26.62%72.75%-
HSV(B)348.65º18.14%80%-
XYZ46.3643.5346-
YUV178.86125.26145.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 167 (65.62% from 255) = 30.64%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=37.43%
G=30.64%
B=31.93%

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
Decimal20416717400.180.150.2348.6526.6272.75
HexCCA7AE012F1415d1b49
Octal314247256022172453533111
Binary110011001010011110101110010010111110100101011101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA7AE; }

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

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

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

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

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

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

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

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