#CB468F

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

Shades of Mulberry #CB468F

Tints of Mulberry #CB468F

Color information

#CB468F (or 0xCB468F) is unknown color: approx Mulberry. HEX triplet: CB, 46 and 8F. RGB value is (203,70,143). Sum of RGB (Red+Green+Blue) = 203+70+143=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB468F is #34B970. Grayscale: #757575. Windows color (decimal): -3455345 or 9389771. OLE color: 9389771.

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

Color convert

RGB20370143-
CMYK00.660.300.20
HSL327.07º56.12%53.53%-
HSV(B)327.07º65.52%79.61%-
XYZ31.7819.0627.99-
YUV118.09142.06188.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.80%
GREEN value IS 70 (27.73% from 255) = 16.83%
BLUE value IS 143 (56.25% from 255) = 34.38%
R=48.80%
G=16.83%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037014300.660.300.20327.0756.1253.53
HexCB468F0421E141473836
Octal313106217010236245077066
Binary11001011100011010001111010000101111010100101000111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB468F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB468F; }

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

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

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

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

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

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

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

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