#C4A8AB

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

Shades of Careys Pink #C4A8AB

Tints of Careys Pink #C4A8AB

Color information

#C4A8AB (or 0xC4A8AB) is unknown color: approx Careys Pink. HEX triplet: C4, A8 and AB. RGB value is (196,168,171). Sum of RGB (Red+Green+Blue) = 196+168+171=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A8AB is #3B5754. Grayscale: #B0B0B0. Windows color (decimal): -3888981 or 11249860. OLE color: 11249860.

HSL color Cylindrical-coordinate representation of color #C4A8AB: hue angle of 353.57º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4A8AB is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196168171-
CMYK00.140.130.23
HSL353.57º19.18%71.37%-
HSV(B)353.57º14.29%76.86%-
XYZ44.1242.6844.44-
YUV176.71124.78141.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.64%
GREEN value IS 168 (66.02% from 255) = 31.40%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=36.64%
G=31.40%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616817100.140.130.23353.5719.1871.37
HexC4A8AB0ED171621347
Octal304250253016152754223107
Binary11000100101010001010101101110110110111101100010100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A8AB; }

 p { color: rgb(196,168,171); }

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

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

 a { background-color: rgb(196,168,171); }

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

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

 span { border-color: rgb(196,168,171); }

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