#C2B0AF

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

Shades of Pink Swan #C2B0AF

Tints of Pink Swan #C2B0AF

Color information

#C2B0AF (or 0xC2B0AF) is unknown color: approx Pink Swan. HEX triplet: C2, B0 and AF. RGB value is (194,176,175). Sum of RGB (Red+Green+Blue) = 194+176+175=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B0AF is #3D4F50. Grayscale: #B5B5B5. Windows color (decimal): -4018001 or 11514050. OLE color: 11514050.

HSL color Cylindrical-coordinate representation of color #C2B0AF: hue angle of 3.16º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2B0AF is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB194176175-
CMYK00.090.100.24
HSL3.16º13.48%72.35%-
HSV(B)3.16º9.79%76.08%-
XYZ45.5145.6246.96-
YUV181.27124.46137.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 176 (69.14% from 255) = 32.29%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=35.60%
G=32.29%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417617500.090.100.243.1613.4872.35
HexC2B0AF09A183d48
Octal3022602570111230315110
Binary110000101011000010101111010011010110001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B0AF; }

 p { color: rgb(194,176,175); }

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

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

 a { background-color: rgb(194,176,175); }

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

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

 span { border-color: rgb(194,176,175); }

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