#c8465c

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

Shades of Mandy #C8465C

Tints of Mandy #C8465C

Color information

#C8465C (or 0xC8465C) is unknown color: approx Mandy. HEX triplet: C8, 46 and 5C. RGB value is (200,70,92). Sum of RGB (Red+Green+Blue) = 200+70+92=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C8465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8465C is #37B9A3. Grayscale: #6F6F6F. Windows color (decimal): -3652004 or 6047432. OLE color: 6047432.

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

Color convert

RGB2007092-
CMYK00.650.540.22
HSL349.85º54.17%52.94%-
HSV(B)349.85º65%78.43%-
XYZ27.9417.4312.02-
YUV111.38117.07191.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.25%
GREEN value IS 70 (27.73% from 255) = 19.34%
BLUE value IS 92 (36.33% from 255) = 25.41%
R=55.25%
G=19.34%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200709200.650.540.22349.8554.1752.94
HexC8465C041361615e3635
Octal310106134010166265366665
Binary11001000100011010111000100000111011010110101011110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8465c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8465c; }

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

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

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

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

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

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

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

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