#CCA6A7

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

Shades of Careys Pink #CCA6A7

Tints of Careys Pink #CCA6A7

Color information

#CCA6A7 (or 0xCCA6A7) is unknown color: approx Careys Pink. HEX triplet: CC, A6 and A7. RGB value is (204,166,167). Sum of RGB (Red+Green+Blue) = 204+166+167=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA6A7 is #335958. Grayscale: #B1B1B1. Windows color (decimal): -3365209 or 10987212. OLE color: 10987212.

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

Color convert

RGB204166167-
CMYK00.190.180.2
HSL358.42º27.14%72.55%-
HSV(B)358.42º18.63%80%-
XYZ45.5142.942.44-
YUV177.48122.09146.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 166 (65.23% from 255) = 30.91%
BLUE value IS 167 (65.62% from 255) = 31.10%
R=37.99%
G=30.91%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416616700.190.180.2358.4227.1472.55
HexCCA6A701312141661b49
Octal314246247023222454633111
Binary1100110010100110101001110100111001010100101100110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6A7; }

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

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

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

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

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

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

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

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