#C0B2AF

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

Shades of Pink Swan #C0B2AF

Tints of Pink Swan #C0B2AF

Color information

#C0B2AF (or 0xC0B2AF) is unknown color: approx Pink Swan. HEX triplet: C0, B2 and AF. RGB value is (192,178,175). Sum of RGB (Red+Green+Blue) = 192+178+175=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B2AF is #3F4D50. Grayscale: #B5B5B5. Windows color (decimal): -4148561 or 11514560. OLE color: 11514560.

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

Color convert

RGB192178175-
CMYK00.070.090.25
HSL10.59º11.89%71.96%-
HSV(B)10.59º8.85%75.29%-
XYZ45.446.1447.07-
YUV181.84124.14135.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.23%
GREEN value IS 178 (69.92% from 255) = 32.66%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=35.23%
G=32.66%
B=32.11%

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
Decimal19217817500.070.090.2510.5911.8971.96
HexC0B2AF07919bc48
Octal3002622570711311314110
Binary1100000010110010101011110111100111001101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B2AF; }

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

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

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

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

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

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

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

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