#C0BABB

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

Shades of Pink Flare #C0BABB

Tints of Pink Flare #C0BABB

Color information

#C0BABB (or 0xC0BABB) is unknown color: approx Pink Flare. HEX triplet: C0, BA and BB. RGB value is (192,186,187). Sum of RGB (Red+Green+Blue) = 192+186+187=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BABB is #3F4544. Grayscale: #BBBBBB. Windows color (decimal): -4146501 or 12303040. OLE color: 12303040.

HSL color Cylindrical-coordinate representation of color #C0BABB: hue angle of 350º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C0BABB is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB192186187-
CMYK00.030.030.25
HSL350º4.55%74.12%-
HSV(B)350º3.12%75.29%-
XYZ48.2749.9154.1-
YUV187.91127.49130.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=33.98%
G=32.92%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218618700.030.030.253504.5574.12
HexC0BABB0331915e54a
Octal300272273033315365112
Binary11000000101110101011101101111110011010111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BABB; }

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

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

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

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

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

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

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

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