Html Css Color HEX #CB5898 Mulberry

📋 copy color: '#CB5898'

red 203 ◦ green 88 ◦ blue 152

#CB5898
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #CB5898

Tints of Mulberry #CB5898

RGB

 RED value IS 203 (79.69% from 255) = 45.82%

 GREEN value IS 88 (34.77% from 255) = 19.86%

 BLUE value IS 152 (59.77% from 255) = 34.31%

R = 45.82%
G = 19.86%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB5898 (or 0xCB5898) is known color: Mulberry. HEX triplet: CB, 58 and 98. RGB value is (203,88,152). Sum of RGB (Red+Green+Blue) = 203+88+152=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5898 is #34A767. Grayscale: #818181. Windows color (decimal): -3450728 or 9984203. OLE color: 9984203.

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

Color convert

RGB 203 88 152 -
CMYK 0 0.57 0.25 0.20
HSL 326.61º 0.53% 0.57% -
HSV(B) 326.61º 0.57% 0.8% -
XYZ 33.79 21.94 32.16 -
YUV 129.68 140.6 180.3 -
System Red Green Blue C M Y K H S L
Decimal 203 88 152 0 0.57 0.25 0.20 326.61 0.53 0.57
Hex CB 58 98 0 39 19 14 147 35 39
Octal 313 130 230 0 71 31 24 507 65 71
Binary 11001011 1011000 10011000 0 111001 11001 10100 101000111 110101 111001

Color Harmonies of #CB5898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5898

Black with #CB5898

Text Example


Text Example

White with #CB5898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5898; }

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

 H1.HeaderClassName
 {
   color: #CB5898;
 }
 .AnyTagClassName
 {
   color: #CB5898;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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