Html Css Color HEX #CB4A80 Mulberry

📋 copy color: '#CB4A80'

red 203 ◦ green 74 ◦ blue 128

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

Shades of Mulberry #CB4A80

Tints of Mulberry #CB4A80

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.27%

 BLUE value IS 128 (50.39% from 255) = 31.6%

R = 50.12%
G = 18.27%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB4A80 (or 0xCB4A80) is known color: Mulberry. HEX triplet: CB, 4A and 80. RGB value is (203,74,128). Sum of RGB (Red+Green+Blue) = 203+74+128=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4A80 is #34B57F. Grayscale: #767676. Windows color (decimal): -3454336 or 8407755. OLE color: 8407755.

HSL color Cylindrical-coordinate representation of color #CB4A80: hue angle of 334.88º degrees, saturation: 0.55, 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 #CB4A80 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 74 128 -
CMYK 0 0.64 0.37 0.20
HSL 334.88º 0.55% 0.54% -
HSV(B) 334.88º 0.64% 0.8% -
XYZ 30.97 19.15 22.49 -
YUV 118.73 133.24 188.11 -
System Red Green Blue C M Y K H S L
Decimal 203 74 128 0 0.64 0.37 0.20 334.88 0.55 0.54
Hex CB 4A 80 0 40 25 14 14F 37 36
Octal 313 112 200 0 100 45 24 517 67 66
Binary 11001011 1001010 10000000 0 1000000 100101 10100 101001111 110111 110110

Color Harmonies of #CB4A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4A80

Black with #CB4A80

Text Example


Text Example

White with #CB4A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4A80; }

 p { color: rgb(203,74,128); }

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

background-color css

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

 a { background-color: rgb(203,74,128); }

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

border-color css

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

 span { border-color: rgb(203,74,128); }

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