#C0B2AE

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

Shades of Pink Swan #C0B2AE

Tints of Pink Swan #C0B2AE

Color information

#C0B2AE (or 0xC0B2AE) is unknown color: approx Pink Swan. HEX triplet: C0, B2 and AE. RGB value is (192,178,174). Sum of RGB (Red+Green+Blue) = 192+178+174=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B2AE is #3F4D51. Grayscale: #B5B5B5. Windows color (decimal): -4148562 or 11449024. OLE color: 11449024.

HSL color Cylindrical-coordinate representation of color #C0B2AE: hue angle of 13.33º 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 #C0B2AE is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB192178174-
CMYK00.070.090.25
HSL13.33º12.5%71.76%-
HSV(B)13.33º9.38%75.29%-
XYZ45.346.146.56-
YUV181.73123.64135.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.29%
GREEN value IS 178 (69.92% from 255) = 32.72%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=35.29%
G=32.72%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217817400.070.090.2513.3312.571.76
HexC0B2AE07919dd48
Octal3002622560711311515110
Binary1100000010110010101011100111100111001110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B2AE; }

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

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

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

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

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

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

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

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