#C5B6B9

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

Shades of Pink Flare #C5B6B9

Tints of Pink Flare #C5B6B9

Color information

#C5B6B9 (or 0xC5B6B9) is unknown color: approx Pink Flare. HEX triplet: C5, B6 and B9. RGB value is (197,182,185). Sum of RGB (Red+Green+Blue) = 197+182+185=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 182 (71.48% from 255 or 32.27% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B6B9 is #3A4946. Grayscale: #BABABA. Windows color (decimal): -3819847 or 12170949. OLE color: 12170949.

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

Color convert

RGB197182185-
CMYK00.080.060.23
HSL348º11.45%74.31%-
HSV(B)348º7.61%77.25%-
XYZ48.5148.8352.77-
YUV186.83126.97135.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.93%
GREEN value IS 182 (71.48% from 255) = 32.27%
BLUE value IS 185 (72.66% from 255) = 32.80%
R=34.93%
G=32.27%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718218500.080.060.2334811.4574.31
HexC5B6B90861715cb4a
Octal30526627101062753413112
Binary110001011011011010111001010001101011110101110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B6B9; }

 p { color: rgb(197,182,185); }

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

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

 a { background-color: rgb(197,182,185); }

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

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

 span { border-color: rgb(197,182,185); }

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