#C88389

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

Shades of Charm #C88389

Tints of Charm #C88389

Color information

#C88389 (or 0xC88389) is unknown color: approx Charm. HEX triplet: C8, 83 and 89. RGB value is (200,131,137). Sum of RGB (Red+Green+Blue) = 200+131+137=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C88389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88389 is #377C76. Grayscale: #989898. Windows color (decimal): -3636343 or 9012168. OLE color: 9012168.

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

Color convert

RGB200131137-
CMYK00.340.320.22
HSL354.78º38.55%64.9%-
HSV(B)354.78º34.5%78.43%-
XYZ36.4530.3227.6-
YUV152.32119.36162.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.74%
GREEN value IS 131 (51.56% from 255) = 27.99%
BLUE value IS 137 (53.91% from 255) = 29.27%
R=42.74%
G=27.99%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013113700.340.320.22354.7838.5564.9
HexC8838902220161632741
Octal310203211042402654347101
Binary1100100010000011100010010100010100000101101011000111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88389; }

 p { color: rgb(200,131,137); }

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

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

 a { background-color: rgb(200,131,137); }

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

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

 span { border-color: rgb(200,131,137); }

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