#CB425E

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

Shades of Mandy #CB425E

Tints of Mandy #CB425E

Color information

#CB425E (or 0xCB425E) is unknown color: approx Mandy. HEX triplet: CB, 42 and 5E. RGB value is (203,66,94). Sum of RGB (Red+Green+Blue) = 203+66+94=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB425E is #34BDA1. Grayscale: #6E6E6E. Windows color (decimal): -3456418 or 6177483. OLE color: 6177483.

HSL color Cylindrical-coordinate representation of color #CB425E: hue angle of 347.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB425E is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB2036694-
CMYK00.670.540.20
HSL347.74º56.85%52.75%-
HSV(B)347.74º67.49%79.61%-
XYZ28.617.412.44-
YUV110.16118.89194.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.92%
GREEN value IS 66 (26.17% from 255) = 18.18%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=55.92%
G=18.18%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203669400.670.540.20347.7456.8552.75
HexCB425E043361415c3935
Octal313102136010366245347165
Binary11001011100001010111100100001111011010100101011100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB425E; }

 p { color: rgb(203,66,94); }

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

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

 a { background-color: rgb(203,66,94); }

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

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

 span { border-color: rgb(203,66,94); }

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