#C8ACAB

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

Shades of Pink Swan #C8ACAB

Tints of Pink Swan #C8ACAB

Color information

#C8ACAB (or 0xC8ACAB) is unknown color: approx Pink Swan. HEX triplet: C8, AC and AB. RGB value is (200,172,171). Sum of RGB (Red+Green+Blue) = 200+172+171=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ACAB is #375354. Grayscale: #B4B4B4. Windows color (decimal): -3625813 or 11250888. OLE color: 11250888.

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

Color convert

RGB200172171-
CMYK00.140.140.22
HSL2.07º20.86%72.75%-
HSV(B)2.07º14.5%78.43%-
XYZ45.9244.7244.74-
YUV180.26122.78142.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.83%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=36.83%
G=31.68%
B=31.49%

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
Decimal20017217100.140.140.222.0720.8672.75
HexC8ACAB0EE1621549
Octal3102542530161626225111
Binary1100100010101100101010110111011101011010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACAB; }

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

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

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

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

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

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

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

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