#CB464E

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

Shades of Mandy #CB464E

Tints of Mandy #CB464E

Color information

#CB464E (or 0xCB464E) is unknown color: approx Mandy. HEX triplet: CB, 46 and 4E. RGB value is (203,70,78). Sum of RGB (Red+Green+Blue) = 203+70+78=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB464E is #34B9B1. Grayscale: #6E6E6E. Windows color (decimal): -3455410 or 5129931. OLE color: 5129931.

HSL color Cylindrical-coordinate representation of color #CB464E: hue angle of 356.39º 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 #CB464E is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB2037078-
CMYK00.660.620.20
HSL356.39º56.12%53.53%-
HSV(B)356.39º65.52%79.61%-
XYZ28.1917.639.12-
YUV110.68109.56193.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.83%
GREEN value IS 70 (27.73% from 255) = 19.94%
BLUE value IS 78 (30.86% from 255) = 22.22%
R=57.83%
G=19.94%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203707800.660.620.20356.3956.1253.53
HexCB464E0423E141643836
Octal313106116010276245447066
Binary11001011100011010011100100001011111010100101100100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB464E; }

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

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

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

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

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

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

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

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