#C8808C

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

Shades of Charm #C8808C

Tints of Charm #C8808C

Color information

#C8808C (or 0xC8808C) is unknown color: approx Charm. HEX triplet: C8, 80 and 8C. RGB value is (200,128,140). Sum of RGB (Red+Green+Blue) = 200+128+140=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8808C is #377F73. Grayscale: #969696. Windows color (decimal): -3637108 or 9208008. OLE color: 9208008.

HSL color Cylindrical-coordinate representation of color #C8808C: hue angle of 350º degrees, saturation: 0.4, 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 #C8808C is Cyan = 0, Magento = 0.36, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB200128140-
CMYK00.360.30.22
HSL350º39.56%64.31%-
HSV(B)350º36%78.43%-
XYZ36.2729.6128.61-
YUV150.9121.85163.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.74%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 140 (55.08% from 255) = 29.91%
R=42.74%
G=27.35%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012814000.360.30.2235039.5664.31
HexC8808C0241E1615e2840
Octal310200214044362653650100
Binary110010001000000010001100010010011110101101010111101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8808C; }

 p { color: rgb(200,128,140); }

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

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

 a { background-color: rgb(200,128,140); }

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

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

 span { border-color: rgb(200,128,140); }

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