Html Css Color HEX #CB5BA4 Mulberry

📋 copy color: '#CB5BA4'

red 203 ◦ green 91 ◦ blue 164

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

Shades of Mulberry #CB5BA4

Tints of Mulberry #CB5BA4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.87%

 BLUE value IS 164 (64.45% from 255) = 35.81%

R = 44.32%
G = 19.87%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#CB5BA4 (or 0xCB5BA4) is known color: Mulberry. HEX triplet: CB, 5B and A4. RGB value is (203,91,164). Sum of RGB (Red+Green+Blue) = 203+91+164=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5BA4 is #34A45B. Grayscale: #848484. Windows color (decimal): -3449948 or 10771403. OLE color: 10771403.

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

Color convert

RGB 203 91 164 -
CMYK 0 0.55 0.19 0.20
HSL 320.89º 0.52% 0.58% -
HSV(B) 320.89º 0.55% 0.8% -
XYZ 35.07 22.86 37.69 -
YUV 132.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 203 91 164 0 0.55 0.19 0.20 320.89 0.52 0.58
Hex CB 5B A4 0 37 13 14 141 34 3A
Octal 313 133 244 0 67 23 24 501 64 72
Binary 11001011 1011011 10100100 0 110111 10011 10100 101000001 110100 111010

Color Harmonies of #CB5BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5BA4

Black with #CB5BA4

Text Example


Text Example

White with #CB5BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5BA4; }

 p { color: rgb(203,91,164); }

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

background-color css

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

 a { background-color: rgb(203,91,164); }

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

border-color css

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

 span { border-color: rgb(203,91,164); }

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