#C8B3B4

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

Shades of Pink Flare #C8B3B4

Tints of Pink Flare #C8B3B4

Color information

#C8B3B4 (or 0xC8B3B4) is unknown color: approx Pink Flare. HEX triplet: C8, B3 and B4. RGB value is (200,179,180). Sum of RGB (Red+Green+Blue) = 200+179+180=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B3B4 is #374C4B. Grayscale: #B9B9B9. Windows color (decimal): -3624012 or 11842504. OLE color: 11842504.

HSL color Cylindrical-coordinate representation of color #C8B3B4: hue angle of 357.14º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8B3B4 is Cyan = 0, Magento = 0.10, Yellow = 0.1 and Black (K on CMYK) = 0.22.

Color convert

RGB200179180-
CMYK00.100.10.22
HSL357.14º16.03%74.31%-
HSV(B)357.14º10.5%78.43%-
XYZ48.1847.8149.87-
YUV185.39124.96138.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.78%
GREEN value IS 179 (70.31% from 255) = 32.02%
BLUE value IS 180 (70.70% from 255) = 32.20%
R=35.78%
G=32.02%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017918000.100.10.22357.1416.0374.31
HexC8B3B40AA16165104a
Octal310263264012122654520112
Binary11001000101100111011010001010101010110101100101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B3B4; }

 p { color: rgb(200,179,180); }

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

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

 a { background-color: rgb(200,179,180); }

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

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

 span { border-color: rgb(200,179,180); }

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