#C2B9B8

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

Shades of Pink Swan #C2B9B8

Tints of Pink Swan #C2B9B8

Color information

#C2B9B8 (or 0xC2B9B8) is unknown color: approx Pink Swan. HEX triplet: C2, B9 and B8. RGB value is (194,185,184). Sum of RGB (Red+Green+Blue) = 194+185+184=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B9B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B9B8 is #3D4647. Grayscale: #BBBBBB. Windows color (decimal): -4015688 or 12106178. OLE color: 12106178.

HSL color Cylindrical-coordinate representation of color #C2B9B8: hue angle of 6º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2B9B8 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB194185184-
CMYK00.050.050.24
HSL7.58%74.12%-
HSV(B)5.15%76.08%-
XYZ48.2549.6352.38-
YUV187.58125.98132.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.46%
GREEN value IS 185 (72.66% from 255) = 32.86%
BLUE value IS 184 (72.27% from 255) = 32.68%
R=34.46%
G=32.86%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418518400.050.050.2467.5874.12
HexC2B9B805518684a
Octal30227127005530610112
Binary11000010101110011011100001011011100011010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B9B8; }

 p { color: rgb(194,185,184); }

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

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

 a { background-color: rgb(194,185,184); }

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

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

 span { border-color: rgb(194,185,184); }

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