#C8768F

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

Shades of Charm #C8768F

Tints of Charm #C8768F

Color information

#C8768F (or 0xC8768F) is unknown color: approx Charm. HEX triplet: C8, 76 and 8F. RGB value is (200,118,143). Sum of RGB (Red+Green+Blue) = 200+118+143=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8768F is #378970. Grayscale: #919191. Windows color (decimal): -3639665 or 9402056. OLE color: 9402056.

HSL color Cylindrical-coordinate representation of color #C8768F: hue angle of 341.71º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8768F is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB200118143-
CMYK00.410.280.22
HSL341.71º42.71%62.35%-
HSV(B)341.71º41%78.43%-
XYZ35.2627.2229.38-
YUV145.37126.67166.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 143 (56.25% from 255) = 31.02%
R=43.38%
G=25.60%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011814300.410.280.22341.7142.7162.35
HexC8768F0291C161562b3e
Octal31016621705134265265376
Binary1100100011101101000111101010011110010110101010110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8768F; }

 p { color: rgb(200,118,143); }

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

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

 a { background-color: rgb(200,118,143); }

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

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

 span { border-color: rgb(200,118,143); }

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