#CB4D4F

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

Shades of Mandy #CB4D4F

Tints of Mandy #CB4D4F

Color information

#CB4D4F (or 0xCB4D4F) is unknown color: approx Mandy. HEX triplet: CB, 4D and 4F. RGB value is (203,77,79). Sum of RGB (Red+Green+Blue) = 203+77+79=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4D4F is #34B2B0. Grayscale: #737373. Windows color (decimal): -3453617 or 5197259. OLE color: 5197259.

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

Color convert

RGB2037779-
CMYK00.620.610.20
HSL359.05º54.78%54.9%-
HSV(B)359.05º62.07%79.61%-
XYZ28.6918.579.47-
YUV114.9107.74190.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.55%
GREEN value IS 77 (30.47% from 255) = 21.45%
BLUE value IS 79 (31.25% from 255) = 22.01%
R=56.55%
G=21.45%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203777900.620.610.20359.0554.7854.9
HexCB4D4F03E3D141673737
Octal31311511707675245476767
Binary1100101110011011001111011111011110110100101100111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4D4F; }

 p { color: rgb(203,77,79); }

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

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

 a { background-color: rgb(203,77,79); }

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

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

 span { border-color: rgb(203,77,79); }

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