Html Css Color HEX #CB498D Mulberry

📋 copy color: '#CB498D'

red 203 ◦ green 73 ◦ blue 141

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

Shades of Mulberry #CB498D

Tints of Mulberry #CB498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 48.68%
G = 17.51%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB498D (or 0xCB498D) is known color: Mulberry. HEX triplet: CB, 49 and 8D. RGB value is (203,73,141). Sum of RGB (Red+Green+Blue) = 203+73+141=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB498D is #34B672. Grayscale: #777777. Windows color (decimal): -3454579 or 9259467. OLE color: 9259467.

HSL color Cylindrical-coordinate representation of color #CB498D: hue angle of 328.62º 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 #CB498D is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 73 141 -
CMYK 0 0.64 0.31 0.20
HSL 328.62º 0.56% 0.54% -
HSV(B) 328.62º 0.64% 0.8% -
XYZ 31.82 19.38 27.26 -
YUV 119.62 140.07 187.47 -
System Red Green Blue C M Y K H S L
Decimal 203 73 141 0 0.64 0.31 0.20 328.62 0.56 0.54
Hex CB 49 8D 0 40 1F 14 149 38 36
Octal 313 111 215 0 100 37 24 511 70 66
Binary 11001011 1001001 10001101 0 1000000 11111 10100 101001001 111000 110110

Color Harmonies of #CB498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB498D

Black with #CB498D

Text Example


Text Example

White with #CB498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB498D; }

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

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

background-color css

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

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

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

border-color css

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

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

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