Html Css Color HEX #CB5384 Mulberry

📋 copy color: '#CB5384'

red 203 ◦ green 83 ◦ blue 132

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

Shades of Mulberry #CB5384

Tints of Mulberry #CB5384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.86%

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

R = 48.56%
G = 19.86%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB5384 (or 0xCB5384) is known color: Mulberry. HEX triplet: CB, 53 and 84. RGB value is (203,83,132). Sum of RGB (Red+Green+Blue) = 203+83+132=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5384 is #34AC7B. Grayscale: #7C7C7C. Windows color (decimal): -3452028 or 8672203. OLE color: 8672203.

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

Color convert

RGB 203 83 132 -
CMYK 0 0.59 0.35 0.20
HSL 335.5º 0.54% 0.56% -
HSV(B) 335.5º 0.59% 0.8% -
XYZ 31.89 20.55 24.12 -
YUV 124.47 132.26 184.02 -
System Red Green Blue C M Y K H S L
Decimal 203 83 132 0 0.59 0.35 0.20 335.5 0.54 0.56
Hex CB 53 84 0 3B 23 14 150 36 38
Octal 313 123 204 0 73 43 24 520 66 70
Binary 11001011 1010011 10000100 0 111011 100011 10100 101010000 110110 111000

Color Harmonies of #CB5384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5384

Black with #CB5384

Text Example


Text Example

White with #CB5384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5384; }

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

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

background-color css

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

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

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

border-color css

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

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

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