Html Css Color HEX #CB4993 Mulberry

📋 copy color: '#CB4993'

red 203 ◦ green 73 ◦ blue 147

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

Shades of Mulberry #CB4993

Tints of Mulberry #CB4993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.26%

 BLUE value IS 147 (57.81% from 255) = 34.75%

R = 47.99%
G = 17.26%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB4993 (or 0xCB4993) is known color: Mulberry. HEX triplet: CB, 49 and 93. RGB value is (203,73,147). Sum of RGB (Red+Green+Blue) = 203+73+147=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4993 is #34B66C. Grayscale: #787878. Windows color (decimal): -3454573 or 9652683. OLE color: 9652683.

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

Color convert

RGB 203 73 147 -
CMYK 0 0.64 0.28 0.20
HSL 325.85º 0.56% 0.54% -
HSV(B) 325.85º 0.64% 0.8% -
XYZ 32.28 19.57 29.68 -
YUV 120.31 143.07 186.98 -
System Red Green Blue C M Y K H S L
Decimal 203 73 147 0 0.64 0.28 0.20 325.85 0.56 0.54
Hex CB 49 93 0 40 1C 14 146 38 36
Octal 313 111 223 0 100 34 24 506 70 66
Binary 11001011 1001001 10010011 0 1000000 11100 10100 101000110 111000 110110

Color Harmonies of #CB4993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4993

Black with #CB4993

Text Example


Text Example

White with #CB4993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4993; }

 p { color: rgb(203,73,147); }

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

background-color css

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

 a { background-color: rgb(203,73,147); }

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

border-color css

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

 span { border-color: rgb(203,73,147); }

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