#CB465E

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

Shades of Mandy #CB465E

Tints of Mandy #CB465E

Color information

#CB465E (or 0xCB465E) is unknown color: approx Mandy. HEX triplet: CB, 46 and 5E. RGB value is (203,70,94). Sum of RGB (Red+Green+Blue) = 203+70+94=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB465E is #34B9A1. Grayscale: #707070. Windows color (decimal): -3455394 or 6178507. OLE color: 6178507.

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

Color convert

RGB2037094-
CMYK00.660.540.20
HSL349.17º56.12%53.53%-
HSV(B)349.17º65.52%79.61%-
XYZ28.8417.8812.52-
YUV112.5117.56192.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.31%
GREEN value IS 70 (27.73% from 255) = 19.07%
BLUE value IS 94 (37.11% from 255) = 25.61%
R=55.31%
G=19.07%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203709400.660.540.20349.1756.1253.53
HexCB465E042361415d3836
Octal313106136010266245357066
Binary11001011100011010111100100001011011010100101011101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB465E; }

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

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

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

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

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

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

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

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