Html Css Color HEX #CB498E Mulberry

📋 copy color: '#CB498E'

red 203 ◦ green 73 ◦ blue 142

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

Shades of Mulberry #CB498E

Tints of Mulberry #CB498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.97%

R = 48.56%
G = 17.46%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB498E (or 0xCB498E) is known color: Mulberry. HEX triplet: CB, 49 and 8E. RGB value is (203,73,142). Sum of RGB (Red+Green+Blue) = 203+73+142=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB498E is #34B671. Grayscale: #777777. Windows color (decimal): -3454578 or 9325003. OLE color: 9325003.

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

Color convert

RGB 203 73 142 -
CMYK 0 0.64 0.30 0.20
HSL 328.15º 0.56% 0.54% -
HSV(B) 328.15º 0.64% 0.8% -
XYZ 31.89 19.41 27.66 -
YUV 119.74 140.57 187.39 -
System Red Green Blue C M Y K H S L
Decimal 203 73 142 0 0.64 0.30 0.20 328.15 0.56 0.54
Hex CB 49 8E 0 40 1E 14 148 38 36
Octal 313 111 216 0 100 36 24 510 70 66
Binary 11001011 1001001 10001110 0 1000000 11110 10100 101001000 111000 110110

Color Harmonies of #CB498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB498E

Black with #CB498E

Text Example


Text Example

White with #CB498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB498E; }

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

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

background-color css

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

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

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

border-color css

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

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

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