#C8BABB

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

Shades of Pink Flare #C8BABB

Tints of Pink Flare #C8BABB

Color information

#C8BABB (or 0xC8BABB) is unknown color: approx Pink Flare. HEX triplet: C8, BA and BB. RGB value is (200,186,187). Sum of RGB (Red+Green+Blue) = 200+186+187=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BABB is #374544. Grayscale: #BEBEBE. Windows color (decimal): -3622213 or 12303048. OLE color: 12303048.

HSL color Cylindrical-coordinate representation of color #C8BABB: hue angle of 355.71º 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 #C8BABB is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200186187-
CMYK00.070.060.22
HSL355.71º11.29%75.69%-
HSV(B)355.71º7%78.43%-
XYZ50.3550.9954.2-
YUV190.3126.14134.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.90%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=34.90%
G=32.46%
B=32.64%

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
Decimal20018618700.070.060.22355.7111.2975.69
HexC8BABB07616164b4c
Octal3102722730762654413114
Binary11001000101110101011101101111101011010110010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BABB; }

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

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

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

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

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

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

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

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