#C6AAAB

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

Shades of Careys Pink #C6AAAB

Tints of Careys Pink #C6AAAB

Color information

#C6AAAB (or 0xC6AAAB) is unknown color: approx Careys Pink. HEX triplet: C6, AA and AB. RGB value is (198,170,171). Sum of RGB (Red+Green+Blue) = 198+170+171=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AAAB is #395554. Grayscale: #B2B2B2. Windows color (decimal): -3757397 or 11250374. OLE color: 11250374.

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

Color convert

RGB198170171-
CMYK00.140.140.22
HSL357.86º19.72%72.16%-
HSV(B)357.86º14.14%77.65%-
XYZ45.0143.744.59-
YUV178.49123.78141.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.73%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 171 (67.19% from 255) = 31.73%
R=36.73%
G=31.54%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817017100.140.140.22357.8619.7272.16
HexC6AAAB0EE161661448
Octal306252253016162654624110
Binary11000110101010101010101101110111010110101100110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AAAB; }

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

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

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

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

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

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

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

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