#C7818B

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

Shades of Charm #C7818B

Tints of Charm #C7818B

Color information

#C7818B (or 0xC7818B) is unknown color: approx Charm. HEX triplet: C7, 81 and 8B. RGB value is (199,129,139). Sum of RGB (Red+Green+Blue) = 199+129+139=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C7818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7818B is #387E74. Grayscale: #979797. Windows color (decimal): -3702389 or 9142727. OLE color: 9142727.

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

Color convert

RGB199129139-
CMYK00.350.300.22
HSL351.43º38.46%64.31%-
HSV(B)351.43º35.18%78.04%-
XYZ36.0629.7128.26-
YUV151.07121.19162.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.61%
GREEN value IS 129 (50.78% from 255) = 27.62%
BLUE value IS 139 (54.69% from 255) = 29.76%
R=42.61%
G=27.62%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912913900.350.300.22351.4338.4664.31
HexC7818B0231E1615f2640
Octal307201213043362653746100
Binary110001111000000110001011010001111110101101010111111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7818B; }

 p { color: rgb(199,129,139); }

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

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

 a { background-color: rgb(199,129,139); }

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

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

 span { border-color: rgb(199,129,139); }

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