#C8778B

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

Shades of Charm #C8778B

Tints of Charm #C8778B

Color information

#C8778B (or 0xC8778B) is unknown color: approx Charm. HEX triplet: C8, 77 and 8B. RGB value is (200,119,139). Sum of RGB (Red+Green+Blue) = 200+119+139=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8778B is #378874. Grayscale: #919191. Windows color (decimal): -3639413 or 9140168. OLE color: 9140168.

HSL color Cylindrical-coordinate representation of color #C8778B: hue angle of 345.19º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8778B is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB200119139-
CMYK00.400.300.22
HSL345.19º42.41%62.55%-
HSV(B)345.19º40.5%78.43%-
XYZ35.0827.3427.85-
YUV145.5124.34166.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.67%
GREEN value IS 119 (46.88% from 255) = 25.98%
BLUE value IS 139 (54.69% from 255) = 30.35%
R=43.67%
G=25.98%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011913900.400.300.22345.1942.4162.55
HexC8778B0281E161592a3f
Octal31016721305036265315277
Binary1100100011101111000101101010001111010110101011001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8778B; }

 p { color: rgb(200,119,139); }

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

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

 a { background-color: rgb(200,119,139); }

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

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

 span { border-color: rgb(200,119,139); }

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