#C8B5BA

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

Shades of Pink Flare #C8B5BA

Tints of Pink Flare #C8B5BA

Color information

#C8B5BA (or 0xC8B5BA) is unknown color: approx Pink Flare. HEX triplet: C8, B5 and BA. RGB value is (200,181,186). Sum of RGB (Red+Green+Blue) = 200+181+186=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B5BA is #374A45. Grayscale: #BBBBBB. Windows color (decimal): -3623494 or 12236232. OLE color: 12236232.

HSL color Cylindrical-coordinate representation of color #C8B5BA: hue angle of 344.21º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8B5BA is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB200181186-
CMYK00.090.070.22
HSL344.21º14.73%74.71%-
HSV(B)344.21º9.5%78.43%-
XYZ49.2148.8753.29-
YUV187.25127.29137.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.27%
GREEN value IS 181 (71.09% from 255) = 31.92%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=35.27%
G=31.92%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018118600.090.070.22344.2114.7374.71
HexC8B5BA09716158f4b
Octal31026527201172653017113
Binary110010001011010110111010010011111011010101100011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B5BA; }

 p { color: rgb(200,181,186); }

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

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

 a { background-color: rgb(200,181,186); }

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

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

 span { border-color: rgb(200,181,186); }

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