#C8BBBC

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

Shades of Pink Flare #C8BBBC

Tints of Pink Flare #C8BBBC

Color information

#C8BBBC (or 0xC8BBBC) is unknown color: approx Pink Flare. HEX triplet: C8, BB and BC. RGB value is (200,187,188). Sum of RGB (Red+Green+Blue) = 200+187+188=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBBC is #374443. Grayscale: #BFBFBF. Windows color (decimal): -3621956 or 12368840. OLE color: 12368840.

HSL color Cylindrical-coordinate representation of color #C8BBBC: hue angle of 355.38º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8BBBC is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200187188-
CMYK00.060.060.22
HSL355.38º10.57%75.88%-
HSV(B)355.38º6.5%78.43%-
XYZ50.6751.4554.84-
YUV191126.31134.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.78%
GREEN value IS 187 (73.44% from 255) = 32.52%
BLUE value IS 188 (73.83% from 255) = 32.70%
R=34.78%
G=32.52%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018718800.060.060.22355.3810.5775.88
HexC8BBBC06616163b4c
Octal3102732740662654313114
Binary11001000101110111011110001101101011010110001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBBC; }

 p { color: rgb(200,187,188); }

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

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

 a { background-color: rgb(200,187,188); }

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

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

 span { border-color: rgb(200,187,188); }

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