Html Css Color HEX #CB588B Mulberry

📋 copy color: '#CB588B'

red 203 ◦ green 88 ◦ blue 139

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

Shades of Mulberry #CB588B

Tints of Mulberry #CB588B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.33%

R = 47.21%
G = 20.47%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB588B (or 0xCB588B) is known color: Mulberry. HEX triplet: CB, 58 and 8B. RGB value is (203,88,139). Sum of RGB (Red+Green+Blue) = 203+88+139=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB588B is #34A774. Grayscale: #808080. Windows color (decimal): -3450741 or 9132235. OLE color: 9132235.

HSL color Cylindrical-coordinate representation of color #CB588B: hue angle of 333.39º 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 #CB588B is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 88 139 -
CMYK 0 0.57 0.32 0.20
HSL 333.39º 0.53% 0.57% -
HSV(B) 333.39º 0.57% 0.8% -
XYZ 32.78 21.54 26.86 -
YUV 128.2 134.1 181.35 -
System Red Green Blue C M Y K H S L
Decimal 203 88 139 0 0.57 0.32 0.20 333.39 0.53 0.57
Hex CB 58 8B 0 39 20 14 14D 35 39
Octal 313 130 213 0 71 40 24 515 65 71
Binary 11001011 1011000 10001011 0 111001 100000 10100 101001101 110101 111001

Color Harmonies of #CB588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB588B

Black with #CB588B

Text Example


Text Example

White with #CB588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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