#C8818A

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

Shades of Charm #C8818A

Tints of Charm #C8818A

Color information

#C8818A (or 0xC8818A) is unknown color: approx Charm. HEX triplet: C8, 81 and 8A. RGB value is (200,129,138). Sum of RGB (Red+Green+Blue) = 200+129+138=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8818A is #377E75. Grayscale: #979797. Windows color (decimal): -3636854 or 9077192. OLE color: 9077192.

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

Color convert

RGB200129138-
CMYK00.360.310.22
HSL352.39º39.23%64.51%-
HSV(B)352.39º35.5%78.43%-
XYZ36.2629.8127.89-
YUV151.26120.52162.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 129 (50.78% from 255) = 27.62%
BLUE value IS 138 (54.30% from 255) = 29.55%
R=42.83%
G=27.62%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012913800.360.310.22352.3939.2364.51
HexC8818A0241F161602741
Octal310201212044372654047101
Binary110010001000000110001010010010011111101101011000001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8818A; }

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

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

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

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

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

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

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

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