Html Css Color HEX #CB558B Mulberry

📋 copy color: '#CB558B'

red 203 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #CB558B

Tints of Mulberry #CB558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.91%

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

R = 47.54%
G = 19.91%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB558B (or 0xCB558B) is known color: Mulberry. HEX triplet: CB, 55 and 8B. RGB value is (203,85,139). Sum of RGB (Red+Green+Blue) = 203+85+139=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB558B is #34AA74. Grayscale: #7E7E7E. Windows color (decimal): -3451509 or 9131467. OLE color: 9131467.

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

Color convert

RGB 203 85 139 -
CMYK 0 0.58 0.32 0.20
HSL 332.54º 0.53% 0.56% -
HSV(B) 332.54º 0.58% 0.8% -
XYZ 32.54 21.06 26.78 -
YUV 126.44 135.09 182.61 -
System Red Green Blue C M Y K H S L
Decimal 203 85 139 0 0.58 0.32 0.20 332.54 0.53 0.56
Hex CB 55 8B 0 3A 20 14 14D 35 38
Octal 313 125 213 0 72 40 24 515 65 70
Binary 11001011 1010101 10001011 0 111010 100000 10100 101001101 110101 111000

Color Harmonies of #CB558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB558B

Black with #CB558B

Text Example


Text Example

White with #CB558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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