#CCA7AC

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

Shades of Careys Pink #CCA7AC

Tints of Careys Pink #CCA7AC

Color information

#CCA7AC (or 0xCCA7AC) is unknown color: approx Careys Pink. HEX triplet: CC, A7 and AC. RGB value is (204,167,172). Sum of RGB (Red+Green+Blue) = 204+167+172=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA7AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA7AC is #335853. Grayscale: #B2B2B2. Windows color (decimal): -3364948 or 11315148. OLE color: 11315148.

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

Color convert

RGB204167172-
CMYK00.180.160.2
HSL351.89º26.62%72.75%-
HSV(B)351.89º18.14%80%-
XYZ46.1743.4544.98-
YUV178.63124.26146.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 167 (65.62% from 255) = 30.76%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=37.57%
G=30.76%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416717200.180.160.2351.8926.6272.75
HexCCA7AC01210141601b49
Octal314247254022202454033111
Binary1100110010100111101011000100101000010100101100000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA7AC; }

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

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

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

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

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

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

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

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