#CB5161

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

Shades of Mandy #CB5161

Tints of Mandy #CB5161

Color information

#CB5161 (or 0xCB5161) is unknown color: approx Mandy. HEX triplet: CB, 51 and 61. RGB value is (203,81,97). Sum of RGB (Red+Green+Blue) = 203+81+97=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5161 is #34AE9E. Grayscale: #777777. Windows color (decimal): -3452575 or 6377931. OLE color: 6377931.

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

Color convert

RGB2038197-
CMYK00.600.520.20
HSL352.13º53.98%55.69%-
HSV(B)352.13º60.1%79.61%-
XYZ29.7319.4413.5-
YUV119.3115.42187.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.28%
GREEN value IS 81 (32.03% from 255) = 21.26%
BLUE value IS 97 (38.28% from 255) = 25.46%
R=53.28%
G=21.26%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203819700.600.520.20352.1353.9855.69
HexCB516103C34141603638
Octal31312114107464245406670
Binary1100101110100011100001011110011010010100101100000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5161; }

 p { color: rgb(203,81,97); }

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

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

 a { background-color: rgb(203,81,97); }

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

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

 span { border-color: rgb(203,81,97); }

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