Html Css Color HEX #CB5A8D Mulberry

📋 copy color: '#CB5A8D'

red 203 ◦ green 90 ◦ blue 141

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

Shades of Mulberry #CB5A8D

Tints of Mulberry #CB5A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.74%

 BLUE value IS 141 (55.47% from 255) = 32.49%

R = 46.77%
G = 20.74%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB5A8D (or 0xCB5A8D) is known color: Mulberry. HEX triplet: CB, 5A and 8D. RGB value is (203,90,141). Sum of RGB (Red+Green+Blue) = 203+90+141=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5A8D is #34A572. Grayscale: #818181. Windows color (decimal): -3450227 or 9263819. OLE color: 9263819.

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

Color convert

RGB 203 90 141 -
CMYK 0 0.56 0.31 0.20
HSL 332.92º 0.52% 0.57% -
HSV(B) 332.92º 0.56% 0.8% -
XYZ 33.09 21.93 27.69 -
YUV 129.6 134.44 180.35 -
System Red Green Blue C M Y K H S L
Decimal 203 90 141 0 0.56 0.31 0.20 332.92 0.52 0.57
Hex CB 5A 8D 0 38 1F 14 14D 34 39
Octal 313 132 215 0 70 37 24 515 64 71
Binary 11001011 1011010 10001101 0 111000 11111 10100 101001101 110100 111001

Color Harmonies of #CB5A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5A8D

Black with #CB5A8D

Text Example


Text Example

White with #CB5A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5A8D; }

 p { color: rgb(203,90,141); }

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

background-color css

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

 a { background-color: rgb(203,90,141); }

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

border-color css

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

 span { border-color: rgb(203,90,141); }

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