#C88284

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

Shades of Charm #C88284

Tints of Charm #C88284

Color information

#C88284 (or 0xC88284) is unknown color: approx Charm. HEX triplet: C8, 82 and 84. RGB value is (200,130,132). Sum of RGB (Red+Green+Blue) = 200+130+132=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C88284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88284 is #377D7B. Grayscale: #979797. Windows color (decimal): -3636604 or 8684232. OLE color: 8684232.

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

Color convert

RGB200130132-
CMYK00.350.340.22
HSL358.29º38.89%64.71%-
HSV(B)358.29º35%78.43%-
XYZ35.9729.9125.71-
YUV151.16117.19162.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.29%
GREEN value IS 130 (51.17% from 255) = 28.14%
BLUE value IS 132 (51.95% from 255) = 28.57%
R=43.29%
G=28.14%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013013200.350.340.22358.2938.8964.71
HexC8828402322161662741
Octal310202204043422654647101
Binary1100100010000010100001000100011100010101101011001101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88284; }

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

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

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

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

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

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

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

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