#C8425A

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

Shades of Mandy #C8425A

Tints of Mandy #C8425A

Color information

#C8425A (or 0xC8425A) is unknown color: approx Mandy. HEX triplet: C8, 42 and 5A. RGB value is (200,66,90). Sum of RGB (Red+Green+Blue) = 200+66+90=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C8425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8425A is #37BDA5. Grayscale: #6C6C6C. Windows color (decimal): -3653030 or 5915336. OLE color: 5915336.

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

Color convert

RGB2006690-
CMYK00.670.550.22
HSL349.25º54.92%52.16%-
HSV(B)349.25º67%78.43%-
XYZ27.6116.9111.48-
YUV108.8117.39193.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.18%
GREEN value IS 66 (26.17% from 255) = 18.54%
BLUE value IS 90 (35.55% from 255) = 25.28%
R=56.18%
G=18.54%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200669000.670.550.22349.2554.9252.16
HexC8425A043371615d3734
Octal310102132010367265356764
Binary11001000100001010110100100001111011110110101011101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8425A; }

 p { color: rgb(200,66,90); }

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

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

 a { background-color: rgb(200,66,90); }

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

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

 span { border-color: rgb(200,66,90); }

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