#C8808B

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

Shades of Charm #C8808B

Tints of Charm #C8808B

Color information

#C8808B (or 0xC8808B) is unknown color: approx Charm. HEX triplet: C8, 80 and 8B. RGB value is (200,128,139). Sum of RGB (Red+Green+Blue) = 200+128+139=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8808B is #377F74. Grayscale: #969696. Windows color (decimal): -3637109 or 9142472. OLE color: 9142472.

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

Color convert

RGB200128139-
CMYK00.360.300.22
HSL350.83º39.56%64.31%-
HSV(B)350.83º36%78.43%-
XYZ36.229.5828.23-
YUV150.78121.35163.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 139 (54.69% from 255) = 29.76%
R=42.83%
G=27.41%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012813900.360.300.22350.8339.5664.31
HexC8808B0241E1615f2840
Octal310200213044362653750100
Binary110010001000000010001011010010011110101101010111111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8808B; }

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

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

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

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

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

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

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

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