Html Css Color HEX #CB588A Mulberry

📋 copy color: '#CB588A'

red 203 ◦ green 88 ◦ blue 138

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

Shades of Mulberry #CB588A

Tints of Mulberry #CB588A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.17%

R = 47.32%
G = 20.51%
B = 32.17%

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

#CB588A (or 0xCB588A) is known color: Mulberry. HEX triplet: CB, 58 and 8A. RGB value is (203,88,138). Sum of RGB (Red+Green+Blue) = 203+88+138=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB588A is #34A775. Grayscale: #808080. Windows color (decimal): -3450742 or 9066699. OLE color: 9066699.

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

Color convert

RGB 203 88 138 -
CMYK 0 0.57 0.32 0.20
HSL 333.91º 0.53% 0.57% -
HSV(B) 333.91º 0.57% 0.8% -
XYZ 32.71 21.51 26.47 -
YUV 128.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 203 88 138 0 0.57 0.32 0.20 333.91 0.53 0.57
Hex CB 58 8A 0 39 20 14 14E 35 39
Octal 313 130 212 0 71 40 24 516 65 71
Binary 11001011 1011000 10001010 0 111001 100000 10100 101001110 110101 111001

Color Harmonies of #CB588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB588A

Black with #CB588A

Text Example


Text Example

White with #CB588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB588A; }

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

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

background-color css

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

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

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

border-color css

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

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

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