#C8485C

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

Shades of Mandy #C8485C

Tints of Mandy #C8485C

Color information

#C8485C (or 0xC8485C) is unknown color: approx Mandy. HEX triplet: C8, 48 and 5C. RGB value is (200,72,92). Sum of RGB (Red+Green+Blue) = 200+72+92=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8485C is #37B7A3. Grayscale: #707070. Windows color (decimal): -3651492 or 6047944. OLE color: 6047944.

HSL color Cylindrical-coordinate representation of color #C8485C: hue angle of 350.62º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8485C is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB2007292-
CMYK00.640.540.22
HSL350.62º53.78%53.33%-
HSV(B)350.62º64%78.43%-
XYZ28.0717.6912.06-
YUV112.55116.41190.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.95%
GREEN value IS 72 (28.52% from 255) = 19.78%
BLUE value IS 92 (36.33% from 255) = 25.27%
R=54.95%
G=19.78%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200729200.640.540.22350.6253.7853.33
HexC8485C040361615f3635
Octal310110134010066265376665
Binary11001000100100010111000100000011011010110101011111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8485C; }

 p { color: rgb(200,72,92); }

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

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

 a { background-color: rgb(200,72,92); }

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

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

 span { border-color: rgb(200,72,92); }

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