#C0B7B8

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

Shades of Pink Flare #C0B7B8

Tints of Pink Flare #C0B7B8

Color information

#C0B7B8 (or 0xC0B7B8) is unknown color: approx Pink Flare. HEX triplet: C0, B7 and B8. RGB value is (192,183,184). Sum of RGB (Red+Green+Blue) = 192+183+184=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B7B8 is #3F4847. Grayscale: #B9B9B9. Windows color (decimal): -4147272 or 12105664. OLE color: 12105664.

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

Color convert

RGB192183184-
CMYK00.050.040.25
HSL353.33º6.67%73.53%-
HSV(B)353.33º4.69%75.29%-
XYZ47.3248.5352.22-
YUV185.8126.98132.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.35%
GREEN value IS 183 (71.88% from 255) = 32.74%
BLUE value IS 184 (72.27% from 255) = 32.92%
R=34.35%
G=32.74%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218318400.050.040.25353.336.6773.53
HexC0B7B80541916174a
Octal300267270054315417112
Binary1100000010110111101110000101100110011011000011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B7B8; }

 p { color: rgb(192,183,184); }

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

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

 a { background-color: rgb(192,183,184); }

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

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

 span { border-color: rgb(192,183,184); }

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