#CB4298

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

Shades of Mulberry #CB4298

Tints of Mulberry #CB4298

Color information

#CB4298 (or 0xCB4298) is unknown color: approx Mulberry. HEX triplet: CB, 42 and 98. RGB value is (203,66,152). Sum of RGB (Red+Green+Blue) = 203+66+152=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4298 is #34BD67. Grayscale: #747474. Windows color (decimal): -3456360 or 9978571. OLE color: 9978571.

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

Color convert

RGB20366152-
CMYK00.670.250.20
HSL322.34º56.85%52.75%-
HSV(B)322.34º67.49%79.61%-
XYZ32.2418.8631.65-
YUV116.77147.89189.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.22%
GREEN value IS 66 (26.17% from 255) = 15.68%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=48.22%
G=15.68%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036615200.670.250.20322.3456.8552.75
HexCB429804319141423935
Octal313102230010331245027165
Binary11001011100001010011000010000111100110100101000010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4298; }

 p { color: rgb(203,66,152); }

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

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

 a { background-color: rgb(203,66,152); }

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

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

 span { border-color: rgb(203,66,152); }

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