#C88084

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

Shades of Charm #C88084

Tints of Charm #C88084

Color information

#C88084 (or 0xC88084) is unknown color: approx Charm. HEX triplet: C8, 80 and 84. RGB value is (200,128,132). Sum of RGB (Red+Green+Blue) = 200+128+132=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C88084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88084 is #377F7B. Grayscale: #969696. Windows color (decimal): -3637116 or 8683720. OLE color: 8683720.

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

Color convert

RGB200128132-
CMYK00.360.340.22
HSL356.67º39.56%64.31%-
HSV(B)356.67º36%78.43%-
XYZ35.729.3825.62-
YUV149.98117.85163.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.48%
GREEN value IS 128 (50.39% from 255) = 27.83%
BLUE value IS 132 (51.95% from 255) = 28.70%
R=43.48%
G=27.83%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012813200.360.340.22356.6739.5664.31
HexC8808402422161652840
Octal310200204044422654550100
Binary1100100010000000100001000100100100010101101011001011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88084; }

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

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

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

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

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

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

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

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