#CB5D5F

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

Shades of Mandy #CB5D5F

Tints of Mandy #CB5D5F

Color information

#CB5D5F (or 0xCB5D5F) is unknown color: approx Mandy. HEX triplet: CB, 5D and 5F. RGB value is (203,93,95). Sum of RGB (Red+Green+Blue) = 203+93+95=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5D5F is #34A2A0. Grayscale: #7E7E7E. Windows color (decimal): -3449505 or 6249931. OLE color: 6249931.

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

Color convert

RGB2039395-
CMYK00.540.530.20
HSL358.91º51.4%58.04%-
HSV(B)358.91º54.19%79.61%-
XYZ30.6121.3513.33-
YUV126.12110.44182.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.92%
GREEN value IS 93 (36.72% from 255) = 23.79%
BLUE value IS 95 (37.5% from 255) = 24.30%
R=51.92%
G=23.79%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203939500.540.530.20358.9151.458.04
HexCB5D5F0363514167333a
Octal31313513706665245476372
Binary1100101110111011011111011011011010110100101100111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5D5F; }

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

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

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

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

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

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

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

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