Html Css Color HEX #CB5292 Mulberry

📋 copy color: '#CB5292'

red 203 ◦ green 82 ◦ blue 146

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

Shades of Mulberry #CB5292

Tints of Mulberry #CB5292

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.03%

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

R = 47.1%
G = 19.03%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB5292 (or 0xCB5292) is known color: Mulberry. HEX triplet: CB, 52 and 92. RGB value is (203,82,146). Sum of RGB (Red+Green+Blue) = 203+82+146=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5292 is #34AD6D. Grayscale: #7D7D7D. Windows color (decimal): -3452270 or 9589451. OLE color: 9589451.

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

Color convert

RGB 203 82 146 -
CMYK 0 0.60 0.28 0.20
HSL 328.26º 0.54% 0.56% -
HSV(B) 328.26º 0.6% 0.8% -
XYZ 32.83 20.81 29.48 -
YUV 125.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 203 82 146 0 0.60 0.28 0.20 328.26 0.54 0.56
Hex CB 52 92 0 3C 1C 14 148 36 38
Octal 313 122 222 0 74 34 24 510 66 70
Binary 11001011 1010010 10010010 0 111100 11100 10100 101001000 110110 111000

Color Harmonies of #CB5292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5292

Black with #CB5292

Text Example


Text Example

White with #CB5292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5292; }

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

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

background-color css

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

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

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

border-color css

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

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

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