#CB585D

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

Shades of Mandy #CB585D

Tints of Mandy #CB585D

Color information

#CB585D (or 0xCB585D) is unknown color: approx Mandy. HEX triplet: CB, 58 and 5D. RGB value is (203,88,93). Sum of RGB (Red+Green+Blue) = 203+88+93=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB585D is #34A7A2. Grayscale: #7B7B7B. Windows color (decimal): -3450787 or 6117579. OLE color: 6117579.

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

Color convert

RGB2038893-
CMYK00.570.540.20
HSL357.39º52.51%57.06%-
HSV(B)357.39º56.65%79.61%-
XYZ30.0920.4712.72-
YUV122.96111.1185.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.86%
GREEN value IS 88 (34.77% from 255) = 22.92%
BLUE value IS 93 (36.72% from 255) = 24.22%
R=52.86%
G=22.92%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203889300.570.540.20357.3952.5157.06
HexCB585D03936141653539
Octal31313013507166245456571
Binary1100101110110001011101011100111011010100101100101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB585D; }

 p { color: rgb(203,88,93); }

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

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

 a { background-color: rgb(203,88,93); }

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

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

 span { border-color: rgb(203,88,93); }

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