#C88385

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

Shades of Charm #C88385

Tints of Charm #C88385

Color information

#C88385 (or 0xC88385) is unknown color: approx Charm. HEX triplet: C8, 83 and 85. RGB value is (200,131,133). Sum of RGB (Red+Green+Blue) = 200+131+133=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C88385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88385 is #377C7A. Grayscale: #979797. Windows color (decimal): -3636347 or 8750024. OLE color: 8750024.

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

Color convert

RGB200131133-
CMYK00.340.340.22
HSL358.26º38.55%64.9%-
HSV(B)358.26º34.5%78.43%-
XYZ36.1730.2126.11-
YUV151.86117.36162.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 133 (52.34% from 255) = 28.66%
R=43.10%
G=28.23%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013113300.340.340.22358.2638.5564.9
HexC8838502222161662741
Octal310203205042422654647101
Binary1100100010000011100001010100010100010101101011001101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88385; }

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

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

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

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

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

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

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

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