Html Css Color HEX #CB509B Mulberry

📋 copy color: '#CB509B'

red 203 ◦ green 80 ◦ blue 155

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

Shades of Mulberry #CB509B

Tints of Mulberry #CB509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.26%

 BLUE value IS 155 (60.94% from 255) = 35.39%

R = 46.35%
G = 18.26%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB509B (or 0xCB509B) is known color: Mulberry. HEX triplet: CB, 50 and 9B. RGB value is (203,80,155). Sum of RGB (Red+Green+Blue) = 203+80+155=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB509B is #34AF64. Grayscale: #7D7D7D. Windows color (decimal): -3452773 or 10178763. OLE color: 10178763.

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

Color convert

RGB 203 80 155 -
CMYK 0 0.61 0.24 0.20
HSL 323.41º 0.54% 0.55% -
HSV(B) 323.41º 0.61% 0.8% -
XYZ 33.41 20.8 33.26 -
YUV 125.33 144.75 183.4 -
System Red Green Blue C M Y K H S L
Decimal 203 80 155 0 0.61 0.24 0.20 323.41 0.54 0.55
Hex CB 50 9B 0 3D 18 14 143 36 37
Octal 313 120 233 0 75 30 24 503 66 67
Binary 11001011 1010000 10011011 0 111101 11000 10100 101000011 110110 110111

Color Harmonies of #CB509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB509B

Black with #CB509B

Text Example


Text Example

White with #CB509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB509B; }

 p { color: rgb(203,80,155); }

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

background-color css

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

 a { background-color: rgb(203,80,155); }

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

border-color css

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

 span { border-color: rgb(203,80,155); }

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