Html Css Color HEX #CB5692 Mulberry

📋 copy color: '#CB5692'

red 203 ◦ green 86 ◦ blue 146

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

Shades of Mulberry #CB5692

Tints of Mulberry #CB5692

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.77%

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

R = 46.67%
G = 19.77%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB5692 (or 0xCB5692) is known color: Mulberry. HEX triplet: CB, 56 and 92. RGB value is (203,86,146). Sum of RGB (Red+Green+Blue) = 203+86+146=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5692 is #34A96D. Grayscale: #7F7F7F. Windows color (decimal): -3451246 or 9590475. OLE color: 9590475.

HSL color Cylindrical-coordinate representation of color #CB5692: hue angle of 329.23º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5692 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 86 146 -
CMYK 0 0.58 0.28 0.20
HSL 329.23º 0.53% 0.57% -
HSV(B) 329.23º 0.58% 0.8% -
XYZ 33.14 21.43 29.58 -
YUV 127.82 138.26 181.62 -
System Red Green Blue C M Y K H S L
Decimal 203 86 146 0 0.58 0.28 0.20 329.23 0.53 0.57
Hex CB 56 92 0 3A 1C 14 149 35 39
Octal 313 126 222 0 72 34 24 511 65 71
Binary 11001011 1010110 10010010 0 111010 11100 10100 101001001 110101 111001

Color Harmonies of #CB5692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5692

Black with #CB5692

Text Example


Text Example

White with #CB5692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5692; }

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

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

background-color css

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

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

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

border-color css

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

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

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