#CB5A8F

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

Shades of Mulberry #CB5A8F

Tints of Mulberry #CB5A8F

Color information

#CB5A8F (or 0xCB5A8F) is unknown color: approx Mulberry. HEX triplet: CB, 5A and 8F. RGB value is (203,90,143). Sum of RGB (Red+Green+Blue) = 203+90+143=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5A8F is #34A570. Grayscale: #818181. Windows color (decimal): -3450225 or 9394891. OLE color: 9394891.

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

Color convert

RGB20390143-
CMYK00.560.300.20
HSL331.86º52.07%57.45%-
HSV(B)331.86º55.67%79.61%-
XYZ33.2421.9928.48-
YUV129.83135.44180.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 90 (35.55% from 255) = 20.64%
BLUE value IS 143 (56.25% from 255) = 32.80%
R=46.56%
G=20.64%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039014300.560.300.20331.8652.0757.45
HexCB5A8F0381E1414c3439
Octal31313221707036245146471
Binary1100101110110101000111101110001111010100101001100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5A8F; }

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

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

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

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

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

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

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

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