#C3B6B8

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

Shades of Pink Flare #C3B6B8

Tints of Pink Flare #C3B6B8

Color information

#C3B6B8 (or 0xC3B6B8) is unknown color: approx Pink Flare. HEX triplet: C3, B6 and B8. RGB value is (195,182,184). Sum of RGB (Red+Green+Blue) = 195+182+184=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B6B8 is #3C4947. Grayscale: #BABABA. Windows color (decimal): -3950920 or 12105411. OLE color: 12105411.

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

Color convert

RGB195182184-
CMYK00.070.060.24
HSL350.77º9.77%73.92%-
HSV(B)350.77º6.67%76.47%-
XYZ47.8948.5252.19-
YUV186.11126.81134.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.76%
GREEN value IS 182 (71.48% from 255) = 32.44%
BLUE value IS 184 (72.27% from 255) = 32.80%
R=34.76%
G=32.44%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518218400.070.060.24350.779.7773.92
HexC3B6B80761815fa4a
Octal3032662700763053712112
Binary11000011101101101011100001111101100010101111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B6B8; }

 p { color: rgb(195,182,184); }

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

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

 a { background-color: rgb(195,182,184); }

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

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

 span { border-color: rgb(195,182,184); }

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