#C8BFC0

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

Shades of Pink Flare #C8BFC0

Tints of Pink Flare #C8BFC0

Color information

#C8BFC0 (or 0xC8BFC0) is unknown color: approx Pink Flare. HEX triplet: C8, BF and C0. RGB value is (200,191,192). Sum of RGB (Red+Green+Blue) = 200+191+192=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFC0 is #37403F. Grayscale: #C1C1C1. Windows color (decimal): -3620928 or 12632008. OLE color: 12632008.

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

Color convert

RGB200191192-
CMYK00.040.040.22
HSL353.33º7.56%76.67%-
HSV(B)353.33º4.5%78.43%-
XYZ51.9653.3557.43-
YUV193.8126.98132.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.31%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 192 (75.39% from 255) = 32.93%
R=34.31%
G=32.76%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019119200.040.040.22353.337.5676.67
HexC8BFC00441616184d
Octal3102773000442654110115
Binary11001000101111111100000001001001011010110000110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFC0; }

 p { color: rgb(200,191,192); }

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

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

 a { background-color: rgb(200,191,192); }

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

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

 span { border-color: rgb(200,191,192); }

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