#C3B9B8

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

Shades of Pink Swan #C3B9B8

Tints of Pink Swan #C3B9B8

Color information

#C3B9B8 (or 0xC3B9B8) is unknown color: approx Pink Swan. HEX triplet: C3, B9 and B8. RGB value is (195,185,184). Sum of RGB (Red+Green+Blue) = 195+185+184=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B9B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B9B8 is #3C4647. Grayscale: #BBBBBB. Windows color (decimal): -3950152 or 12106179. OLE color: 12106179.

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

Color convert

RGB195185184-
CMYK00.050.060.24
HSL5.45º8.4%74.31%-
HSV(B)5.45º5.64%76.47%-
XYZ48.5149.7652.4-
YUV187.88125.81133.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.57%
GREEN value IS 185 (72.66% from 255) = 32.80%
BLUE value IS 184 (72.27% from 255) = 32.62%
R=34.57%
G=32.80%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518518400.050.060.245.458.474.31
HexC3B9B805618584a
Octal30327127005630510112
Binary11000011101110011011100001011101100010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B9B8; }

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

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

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

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

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

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

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

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