#C6A4AB

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

Shades of Careys Pink #C6A4AB

Tints of Careys Pink #C6A4AB

Color information

#C6A4AB (or 0xC6A4AB) is unknown color: approx Careys Pink. HEX triplet: C6, A4 and AB. RGB value is (198,164,171). Sum of RGB (Red+Green+Blue) = 198+164+171=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A4AB is #395B54. Grayscale: #AEAEAE. Windows color (decimal): -3758933 or 11248838. OLE color: 11248838.

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

Color convert

RGB198164171-
CMYK00.170.140.22
HSL347.65º22.97%70.98%-
HSV(B)347.65º17.17%77.65%-
XYZ43.9141.544.22-
YUV174.96125.76144.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.15%
GREEN value IS 164 (64.45% from 255) = 30.77%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=37.15%
G=30.77%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816417100.170.140.22347.6522.9770.98
HexC6A4AB011E1615c1747
Octal306244253021162653427107
Binary110001101010010010101011010001111010110101011100101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A4AB; }

 p { color: rgb(198,164,171); }

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

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

 a { background-color: rgb(198,164,171); }

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

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

 span { border-color: rgb(198,164,171); }

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