Html Css Color HEX #CB4A84 Mulberry

📋 copy color: '#CB4A84'

red 203 ◦ green 74 ◦ blue 132

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

Shades of Mulberry #CB4A84

Tints of Mulberry #CB4A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.27%

R = 49.63%
G = 18.09%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB4A84 (or 0xCB4A84) is known color: Mulberry. HEX triplet: CB, 4A and 84. RGB value is (203,74,132). Sum of RGB (Red+Green+Blue) = 203+74+132=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4A84 is #34B57B. Grayscale: #777777. Windows color (decimal): -3454332 or 8669899. OLE color: 8669899.

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

Color convert

RGB 203 74 132 -
CMYK 0 0.64 0.35 0.20
HSL 333.02º 0.55% 0.54% -
HSV(B) 333.02º 0.64% 0.8% -
XYZ 31.24 19.26 23.9 -
YUV 119.18 135.24 187.78 -
System Red Green Blue C M Y K H S L
Decimal 203 74 132 0 0.64 0.35 0.20 333.02 0.55 0.54
Hex CB 4A 84 0 40 23 14 14D 37 36
Octal 313 112 204 0 100 43 24 515 67 66
Binary 11001011 1001010 10000100 0 1000000 100011 10100 101001101 110111 110110

Color Harmonies of #CB4A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4A84

Black with #CB4A84

Text Example


Text Example

White with #CB4A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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