#C7808D

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

Shades of Charm #C7808D

Tints of Charm #C7808D

Color information

#C7808D (or 0xC7808D) is unknown color: approx Charm. HEX triplet: C7, 80 and 8D. RGB value is (199,128,141). Sum of RGB (Red+Green+Blue) = 199+128+141=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7808D is #387F72. Grayscale: #969696. Windows color (decimal): -3702643 or 9273543. OLE color: 9273543.

HSL color Cylindrical-coordinate representation of color #C7808D: hue angle of 349.01º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7808D is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB199128141-
CMYK00.360.290.22
HSL349.01º38.8%64.12%-
HSV(B)349.01º35.68%78.04%-
XYZ36.0829.528.99-
YUV150.71122.52162.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.52%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 141 (55.47% from 255) = 30.13%
R=42.52%
G=27.35%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912814100.360.290.22349.0138.864.12
HexC7808D0241D1615d2740
Octal307200215044352653547100
Binary110001111000000010001101010010011101101101010111011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7808D; }

 p { color: rgb(199,128,141); }

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

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

 a { background-color: rgb(199,128,141); }

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

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

 span { border-color: rgb(199,128,141); }

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