#C0AEAC

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

Shades of Pink Swan #C0AEAC

Tints of Pink Swan #C0AEAC

Color information

#C0AEAC (or 0xC0AEAC) is unknown color: approx Pink Swan. HEX triplet: C0, AE and AC. RGB value is (192,174,172). Sum of RGB (Red+Green+Blue) = 192+174+172=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AEAC is #3F5153. Grayscale: #B3B3B3. Windows color (decimal): -4149588 or 11316928. OLE color: 11316928.

HSL color Cylindrical-coordinate representation of color #C0AEAC: hue angle of 6º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0AEAC is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB192174172-
CMYK00.090.100.25
HSL13.7%71.37%-
HSV(B)10.42%75.29%-
XYZ44.3244.4645.27-
YUV179.15123.96137.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.69%
GREEN value IS 174 (68.36% from 255) = 32.34%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=35.69%
G=32.34%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217417200.090.100.25613.771.37
HexC0AEAC09A196e47
Octal3002562540111231616107
Binary1100000010101110101011000100110101100111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AEAC; }

 p { color: rgb(192,174,172); }

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

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

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

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

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

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

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