#CB555A

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

Shades of Mandy #CB555A

Tints of Mandy #CB555A

Color information

#CB555A (or 0xCB555A) is unknown color: approx Mandy. HEX triplet: CB, 55 and 5A. RGB value is (203,85,90). Sum of RGB (Red+Green+Blue) = 203+85+90=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB555A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB555A is #34AAA5. Grayscale: #787878. Windows color (decimal): -3451558 or 5920203. OLE color: 5920203.

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

Color convert

RGB2038590-
CMYK00.580.560.20
HSL357.46º53.15%56.47%-
HSV(B)357.46º58.13%79.61%-
XYZ29.7219.9311.95-
YUV120.85110.59186.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.70%
GREEN value IS 85 (33.59% from 255) = 22.49%
BLUE value IS 90 (35.55% from 255) = 23.81%
R=53.70%
G=22.49%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203859000.580.560.20357.4653.1556.47
HexCB555A03A38141653538
Octal31312513207270245456570
Binary1100101110101011011010011101011100010100101100101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB555A; }

 p { color: rgb(203,85,90); }

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

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

 a { background-color: rgb(203,85,90); }

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

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

 span { border-color: rgb(203,85,90); }

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