Html Css Color HEX #CB4982 Mulberry

📋 copy color: '#CB4982'

red 203 ◦ green 73 ◦ blue 130

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

Shades of Mulberry #CB4982

Tints of Mulberry #CB4982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.98%

 BLUE value IS 130 (51.17% from 255) = 32.02%

R = 50%
G = 17.98%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB4982 (or 0xCB4982) is known color: Mulberry. HEX triplet: CB, 49 and 82. RGB value is (203,73,130). Sum of RGB (Red+Green+Blue) = 203+73+130=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4982 is #34B67D. Grayscale: #767676. Windows color (decimal): -3454590 or 8538571. OLE color: 8538571.

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

Color convert

RGB 203 73 130 -
CMYK 0 0.64 0.36 0.20
HSL 333.69º 0.56% 0.54% -
HSV(B) 333.69º 0.64% 0.8% -
XYZ 31.04 19.07 23.16 -
YUV 118.37 134.57 188.37 -
System Red Green Blue C M Y K H S L
Decimal 203 73 130 0 0.64 0.36 0.20 333.69 0.56 0.54
Hex CB 49 82 0 40 24 14 14E 38 36
Octal 313 111 202 0 100 44 24 516 70 66
Binary 11001011 1001001 10000010 0 1000000 100100 10100 101001110 111000 110110

Color Harmonies of #CB4982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4982

Black with #CB4982

Text Example


Text Example

White with #CB4982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4982; }

 p { color: rgb(203,73,130); }

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

background-color css

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

 a { background-color: rgb(203,73,130); }

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

border-color css

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

 span { border-color: rgb(203,73,130); }

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