#CCA8AE

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

Shades of Careys Pink #CCA8AE

Tints of Careys Pink #CCA8AE

Color information

#CCA8AE (or 0xCCA8AE) is unknown color: approx Careys Pink. HEX triplet: CC, A8 and AE. RGB value is (204,168,174). Sum of RGB (Red+Green+Blue) = 204+168+174=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA8AE is #335751. Grayscale: #B3B3B3. Windows color (decimal): -3364690 or 11446476. OLE color: 11446476.

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

Color convert

RGB204168174-
CMYK00.180.150.2
HSL350º26.09%72.94%-
HSV(B)350º17.65%80%-
XYZ46.5443.946.06-
YUV179.45124.93145.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 168 (66.02% from 255) = 30.77%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=37.36%
G=30.77%
B=31.87%

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
Decimal20416817400.180.150.235026.0972.94
HexCCA8AE012F1415e1a49
Octal314250256022172453632111
Binary110011001010100010101110010010111110100101011110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA8AE; }

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

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

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

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

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

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

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

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