#C6ACAB

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

Shades of Pink Swan #C6ACAB

Tints of Pink Swan #C6ACAB

Color information

#C6ACAB (or 0xC6ACAB) is unknown color: approx Pink Swan. HEX triplet: C6, AC and AB. RGB value is (198,172,171). Sum of RGB (Red+Green+Blue) = 198+172+171=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ACAB is #395354. Grayscale: #B3B3B3. Windows color (decimal): -3756885 or 11250886. OLE color: 11250886.

HSL color Cylindrical-coordinate representation of color #C6ACAB: hue angle of 2.22º degrees, saturation: 0.19, 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 #C6ACAB is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB198172171-
CMYK00.130.140.22
HSL2.22º19.15%72.35%-
HSV(B)2.22º13.64%77.65%-
XYZ45.3944.4544.72-
YUV179.66123.11141.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.60%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=36.60%
G=31.79%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817217100.130.140.222.2219.1572.35
HexC6ACAB0DE1621348
Octal3062542530151626223110
Binary1100011010101100101010110110111101011010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ACAB; }

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

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

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

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

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

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

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

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