#CCA3AC

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

Shades of Careys Pink #CCA3AC

Tints of Careys Pink #CCA3AC

Color information

#CCA3AC (or 0xCCA3AC) is unknown color: approx Careys Pink. HEX triplet: CC, A3 and AC. RGB value is (204,163,172). Sum of RGB (Red+Green+Blue) = 204+163+172=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA3AC is #335C53. Grayscale: #B0B0B0. Windows color (decimal): -3365972 or 11314124. OLE color: 11314124.

HSL color Cylindrical-coordinate representation of color #CCA3AC: hue angle of 346.83º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCA3AC is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB204163172-
CMYK00.200.160.2
HSL346.83º28.67%71.96%-
HSV(B)346.83º20.1%80%-
XYZ45.4542.0144.74-
YUV176.28125.58147.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 163 (64.06% from 255) = 30.24%
BLUE value IS 172 (67.58% from 255) = 31.91%
R=37.85%
G=30.24%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416317200.200.160.2346.8328.6771.96
HexCCA3AC014101415b1d48
Octal314243254024202453335110
Binary1100110010100011101011000101001000010100101011011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA3AC; }

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

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

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

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

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

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

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

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