#C8778A

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

Shades of Charm #C8778A

Tints of Charm #C8778A

Color information

#C8778A (or 0xC8778A) is unknown color: approx Charm. HEX triplet: C8, 77 and 8A. RGB value is (200,119,138). Sum of RGB (Red+Green+Blue) = 200+119+138=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8778A is #378875. Grayscale: #919191. Windows color (decimal): -3639414 or 9074632. OLE color: 9074632.

HSL color Cylindrical-coordinate representation of color #C8778A: hue angle of 345.93º 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 #C8778A is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB200119138-
CMYK00.400.310.22
HSL345.93º42.41%62.55%-
HSV(B)345.93º40.5%78.43%-
XYZ3527.3127.47-
YUV145.38123.84166.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.76%
GREEN value IS 119 (46.88% from 255) = 26.04%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=43.76%
G=26.04%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011913800.400.310.22345.9342.4162.55
HexC8778A0281F1615a2a3f
Octal31016721205037265325277
Binary1100100011101111000101001010001111110110101011010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8778A; }

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

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

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

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

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

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

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

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