#CCA6AB

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

Shades of Careys Pink #CCA6AB

Tints of Careys Pink #CCA6AB

Color information

#CCA6AB (or 0xCCA6AB) is unknown color: approx Careys Pink. HEX triplet: CC, A6 and AB. RGB value is (204,166,171). Sum of RGB (Red+Green+Blue) = 204+166+171=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA6AB is #335954. Grayscale: #B1B1B1. Windows color (decimal): -3365205 or 11249356. OLE color: 11249356.

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

Color convert

RGB204166171-
CMYK00.190.160.2
HSL352.11º27.14%72.55%-
HSV(B)352.11º18.63%80%-
XYZ45.8943.0544.42-
YUV177.93124.09146.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 166 (65.23% from 255) = 30.68%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=37.71%
G=30.68%
B=31.61%

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
Decimal20416617100.190.160.2352.1127.1472.55
HexCCA6AB01310141601b49
Octal314246253023202454033111
Binary1100110010100110101010110100111000010100101100000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6AB; }

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

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

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

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

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

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

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

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