Html Css Color HEX #CB5492 Mulberry

📋 copy color: '#CB5492'

red 203 ◦ green 84 ◦ blue 146

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

Shades of Mulberry #CB5492

Tints of Mulberry #CB5492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.72%

R = 46.88%
G = 19.4%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB5492 (or 0xCB5492) is known color: Mulberry. HEX triplet: CB, 54 and 92. RGB value is (203,84,146). Sum of RGB (Red+Green+Blue) = 203+84+146=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5492 is #34AB6D. Grayscale: #7E7E7E. Windows color (decimal): -3451758 or 9589963. OLE color: 9589963.

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

Color convert

RGB 203 84 146 -
CMYK 0 0.59 0.28 0.20
HSL 328.74º 0.53% 0.56% -
HSV(B) 328.74º 0.59% 0.8% -
XYZ 32.99 21.11 29.53 -
YUV 126.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 203 84 146 0 0.59 0.28 0.20 328.74 0.53 0.56
Hex CB 54 92 0 3B 1C 14 149 35 38
Octal 313 124 222 0 73 34 24 511 65 70
Binary 11001011 1010100 10010010 0 111011 11100 10100 101001001 110101 111000

Color Harmonies of #CB5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5492

Black with #CB5492

Text Example


Text Example

White with #CB5492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5492; }

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

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

background-color css

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

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

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

border-color css

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

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

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