Html Css Color HEX #CB5484 Mulberry

📋 copy color: '#CB5484'

red 203 ◦ green 84 ◦ blue 132

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

Shades of Mulberry #CB5484

Tints of Mulberry #CB5484

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.05%

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

R = 48.45%
G = 20.05%
B = 31.5%

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

#CB5484 (or 0xCB5484) is known color: Mulberry. HEX triplet: CB, 54 and 84. RGB value is (203,84,132). Sum of RGB (Red+Green+Blue) = 203+84+132=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5484 is #34AB7B. Grayscale: #7C7C7C. Windows color (decimal): -3451772 or 8672459. OLE color: 8672459.

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

Color convert

RGB 203 84 132 -
CMYK 0 0.59 0.35 0.20
HSL 335.8º 0.53% 0.56% -
HSV(B) 335.8º 0.59% 0.8% -
XYZ 31.96 20.7 24.14 -
YUV 125.05 131.92 183.6 -
System Red Green Blue C M Y K H S L
Decimal 203 84 132 0 0.59 0.35 0.20 335.8 0.53 0.56
Hex CB 54 84 0 3B 23 14 150 35 38
Octal 313 124 204 0 73 43 24 520 65 70
Binary 11001011 1010100 10000100 0 111011 100011 10100 101010000 110101 111000

Color Harmonies of #CB5484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5484

Black with #CB5484

Text Example


Text Example

White with #CB5484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5484; }

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

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

background-color css

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

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

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

border-color css

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

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

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