#C8BABD

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

Shades of Pink Flare #C8BABD

Tints of Pink Flare #C8BABD

Color information

#C8BABD (or 0xC8BABD) is unknown color: approx Pink Flare. HEX triplet: C8, BA and BD. RGB value is (200,186,189). Sum of RGB (Red+Green+Blue) = 200+186+189=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BABD is #374542. Grayscale: #BEBEBE. Windows color (decimal): -3622211 or 12434120. OLE color: 12434120.

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

Color convert

RGB200186189-
CMYK00.070.060.22
HSL347.14º11.29%75.69%-
HSV(B)347.14º7%78.43%-
XYZ50.5651.0755.34-
YUV190.53127.14134.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.78%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 189 (74.22% from 255) = 32.87%
R=34.78%
G=32.35%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018618900.070.060.22347.1411.2975.69
HexC8BABD0761615bb4c
Octal3102722750762653313114
Binary11001000101110101011110101111101011010101101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BABD; }

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

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

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

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

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

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

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

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