Html Css Color HEX #CB4C99 Mulberry

📋 copy color: '#CB4C99'

red 203 ◦ green 76 ◦ blue 153

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

Shades of Mulberry #CB4C99

Tints of Mulberry #CB4C99

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.59%

 BLUE value IS 153 (60.16% from 255) = 35.42%

R = 46.99%
G = 17.59%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB4C99 (or 0xCB4C99) is known color: Mulberry. HEX triplet: CB, 4C and 99. RGB value is (203,76,153). Sum of RGB (Red+Green+Blue) = 203+76+153=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4C99 is #34B366. Grayscale: #7A7A7A. Windows color (decimal): -3453799 or 10046667. OLE color: 10046667.

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

Color convert

RGB 203 76 153 -
CMYK 0 0.63 0.25 0.20
HSL 323.62º 0.55% 0.55% -
HSV(B) 323.62º 0.63% 0.8% -
XYZ 32.96 20.17 32.29 -
YUV 122.75 145.08 185.24 -
System Red Green Blue C M Y K H S L
Decimal 203 76 153 0 0.63 0.25 0.20 323.62 0.55 0.55
Hex CB 4C 99 0 3F 19 14 144 37 37
Octal 313 114 231 0 77 31 24 504 67 67
Binary 11001011 1001100 10011001 0 111111 11001 10100 101000100 110111 110111

Color Harmonies of #CB4C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4C99

Black with #CB4C99

Text Example


Text Example

White with #CB4C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4C99; }

 p { color: rgb(203,76,153); }

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

background-color css

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

 a { background-color: rgb(203,76,153); }

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

border-color css

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

 span { border-color: rgb(203,76,153); }

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