#C7ACAC

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

Shades of Pink Swan #C7ACAC

Tints of Pink Swan #C7ACAC

Color information

#C7ACAC (or 0xC7ACAC) is unknown color: approx Pink Swan. HEX triplet: C7, AC and AC. RGB value is (199,172,172). Sum of RGB (Red+Green+Blue) = 199+172+172=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ACAC is #385353. Grayscale: #B4B4B4. Windows color (decimal): -3691348 or 11316423. OLE color: 11316423.

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

Color convert

RGB199172172-
CMYK00.140.140.22
HSL19.42%72.75%-
HSV(B)13.57%78.04%-
XYZ45.7544.6345.23-
YUV180.07123.45141.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.65%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=36.65%
G=31.68%
B=31.68%

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
Decimal19917217200.140.140.22019.4272.75
HexC7ACAC0EE1601349
Octal3072542540161626023111
Binary110001111010110010101100011101110101100100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ACAC; }

 p { color: rgb(199,172,172); }

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

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

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

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

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

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

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