Html Css Color HEX #CB498A Mulberry

📋 copy color: '#CB498A'

red 203 ◦ green 73 ◦ blue 138

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

Shades of Mulberry #CB498A

Tints of Mulberry #CB498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.33%

R = 49.03%
G = 17.63%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB498A (or 0xCB498A) is known color: Mulberry. HEX triplet: CB, 49 and 8A. RGB value is (203,73,138). Sum of RGB (Red+Green+Blue) = 203+73+138=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB498A is #34B675. Grayscale: #777777. Windows color (decimal): -3454582 or 9062859. OLE color: 9062859.

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

Color convert

RGB 203 73 138 -
CMYK 0 0.64 0.32 0.20
HSL 330º 0.56% 0.54% -
HSV(B) 330º 0.64% 0.8% -
XYZ 31.6 19.3 26.1 -
YUV 119.28 138.57 187.71 -
System Red Green Blue C M Y K H S L
Decimal 203 73 138 0 0.64 0.32 0.20 330 0.56 0.54
Hex CB 49 8A 0 40 20 14 14A 38 36
Octal 313 111 212 0 100 40 24 512 70 66
Binary 11001011 1001001 10001010 0 1000000 100000 10100 101001010 111000 110110

Color Harmonies of #CB498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB498A

Black with #CB498A

Text Example


Text Example

White with #CB498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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