#C0B9BA

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

Shades of Pink Flare #C0B9BA

Tints of Pink Flare #C0B9BA

Color information

#C0B9BA (or 0xC0B9BA) is unknown color: approx Pink Flare. HEX triplet: C0, B9 and BA. RGB value is (192,185,186). Sum of RGB (Red+Green+Blue) = 192+185+186=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B9BA is #3F4645. Grayscale: #BBBBBB. Windows color (decimal): -4146758 or 12237248. OLE color: 12237248.

HSL color Cylindrical-coordinate representation of color #C0B9BA: hue angle of 351.43º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C0B9BA is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB192185186-
CMYK00.040.030.25
HSL351.43º5.26%73.92%-
HSV(B)351.43º3.65%75.29%-
XYZ47.9549.4553.47-
YUV187.21127.32131.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.10%
GREEN value IS 185 (72.66% from 255) = 32.86%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=34.10%
G=32.86%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218518600.040.030.25351.435.2673.92
HexC0B9BA0431915f54a
Octal300271272043315375112
Binary110000001011100110111010010011110011010111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B9BA; }

 p { color: rgb(192,185,186); }

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

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

 a { background-color: rgb(192,185,186); }

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

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

 span { border-color: rgb(192,185,186); }

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