Html Css Color HEX #CB4DA0 Mulberry

📋 copy color: '#CB4DA0'

red 203 ◦ green 77 ◦ blue 160

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

Shades of Mulberry #CB4DA0

Tints of Mulberry #CB4DA0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.5%

 BLUE value IS 160 (62.89% from 255) = 36.36%

R = 46.14%
G = 17.5%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CB4DA0 (or 0xCB4DA0) is known color: Mulberry. HEX triplet: CB, 4D and A0. RGB value is (203,77,160). Sum of RGB (Red+Green+Blue) = 203+77+160=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4DA0 is #34B25F. Grayscale: #7B7B7B. Windows color (decimal): -3453536 or 10505675. OLE color: 10505675.

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

Color convert

RGB 203 77 160 -
CMYK 0 0.62 0.21 0.20
HSL 320.48º 0.55% 0.55% -
HSV(B) 320.48º 0.62% 0.8% -
XYZ 33.63 20.54 35.45 -
YUV 124.14 148.24 184.25 -
System Red Green Blue C M Y K H S L
Decimal 203 77 160 0 0.62 0.21 0.20 320.48 0.55 0.55
Hex CB 4D A0 0 3E 15 14 140 37 37
Octal 313 115 240 0 76 25 24 500 67 67
Binary 11001011 1001101 10100000 0 111110 10101 10100 101000000 110111 110111

Color Harmonies of #CB4DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4DA0

Black with #CB4DA0

Text Example


Text Example

White with #CB4DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4DA0; }

 p { color: rgb(203,77,160); }

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

background-color css

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

 a { background-color: rgb(203,77,160); }

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

border-color css

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

 span { border-color: rgb(203,77,160); }

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