#C4B4B9

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

Shades of Pink Flare #C4B4B9

Tints of Pink Flare #C4B4B9

Color information

#C4B4B9 (or 0xC4B4B9) is unknown color: approx Pink Flare. HEX triplet: C4, B4 and B9. RGB value is (196,180,185). Sum of RGB (Red+Green+Blue) = 196+180+185=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B4B9 is #3B4B46. Grayscale: #B9B9B9. Windows color (decimal): -3885895 or 12170436. OLE color: 12170436.

HSL color Cylindrical-coordinate representation of color #C4B4B9: hue angle of 341.25º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4B4B9 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB196180185-
CMYK00.080.060.23
HSL341.25º11.94%73.73%-
HSV(B)341.25º8.16%76.86%-
XYZ47.8447.8852.62-
YUV185.35127.8135.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.94%
GREEN value IS 180 (70.70% from 255) = 32.09%
BLUE value IS 185 (72.66% from 255) = 32.98%
R=34.94%
G=32.09%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618018500.080.060.23341.2511.9473.73
HexC4B4B908617155c4a
Octal30426427101062752514112
Binary110001001011010010111001010001101011110101010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B4B9; }

 p { color: rgb(196,180,185); }

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

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

 a { background-color: rgb(196,180,185); }

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

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

 span { border-color: rgb(196,180,185); }

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