#C0B0AE

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

Shades of Pink Swan #C0B0AE

Tints of Pink Swan #C0B0AE

Color information

#C0B0AE (or 0xC0B0AE) is unknown color: approx Pink Swan. HEX triplet: C0, B0 and AE. RGB value is (192,176,174). Sum of RGB (Red+Green+Blue) = 192+176+174=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B0AE is #3F4F51. Grayscale: #B4B4B4. Windows color (decimal): -4149074 or 11448512. OLE color: 11448512.

HSL color Cylindrical-coordinate representation of color #C0B0AE: hue angle of 6.67º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0B0AE is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB192176174-
CMYK00.080.090.25
HSL6.67º12.5%71.76%-
HSV(B)6.67º9.38%75.29%-
XYZ44.945.3146.42-
YUV180.56124.3136.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.42%
GREEN value IS 176 (69.14% from 255) = 32.47%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=35.42%
G=32.47%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217617400.080.090.256.6712.571.76
HexC0B0AE089197d48
Octal3002602560101131715110
Binary1100000010110000101011100100010011100111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B0AE; }

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

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

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

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

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

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

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

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