#CCA5AC

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

Shades of Careys Pink #CCA5AC

Tints of Careys Pink #CCA5AC

Color information

#CCA5AC (or 0xCCA5AC) is unknown color: approx Careys Pink. HEX triplet: CC, A5 and AC. RGB value is (204,165,172). Sum of RGB (Red+Green+Blue) = 204+165+172=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA5AC is #335A53. Grayscale: #B1B1B1. Windows color (decimal): -3365460 or 11314636. OLE color: 11314636.

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

Color convert

RGB204165172-
CMYK00.190.160.2
HSL349.23º27.66%72.35%-
HSV(B)349.23º19.12%80%-
XYZ45.842.7344.86-
YUV177.46124.92146.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 165 (64.84% from 255) = 30.50%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=37.71%
G=30.50%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416517200.190.160.2349.2327.6672.35
HexCCA5AC013101415d1c48
Octal314245254023202453534110
Binary1100110010100101101011000100111000010100101011101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA5AC; }

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

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

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

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

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

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

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

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