#C3BABB

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

Shades of Pink Flare #C3BABB

Tints of Pink Flare #C3BABB

Color information

#C3BABB (or 0xC3BABB) is unknown color: approx Pink Flare. HEX triplet: C3, BA and BB. RGB value is (195,186,187). Sum of RGB (Red+Green+Blue) = 195+186+187=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BABB is #3C4544. Grayscale: #BCBCBC. Windows color (decimal): -3949893 or 12303043. OLE color: 12303043.

HSL color Cylindrical-coordinate representation of color #C3BABB: hue angle of 353.33º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3BABB is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB195186187-
CMYK00.050.040.24
HSL353.33º6.98%74.71%-
HSV(B)353.33º4.62%76.47%-
XYZ49.0350.3154.14-
YUV188.8126.98132.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.33%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=34.33%
G=32.75%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518618700.050.040.24353.336.9874.71
HexC3BABB0541816174b
Octal303272273054305417113
Binary1100001110111010101110110101100110001011000011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BABB; }

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

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

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

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

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

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

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

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