Html Css Color HEX #CC498B Mulberry

📋 copy color: '#CC498B'

red 204 ◦ green 73 ◦ blue 139

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

Shades of Mulberry #CC498B

Tints of Mulberry #CC498B

RGB

 RED value IS 204 (80.08% from 255) = 49.04%

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

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 49.04%
G = 17.55%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC498B (or 0xCC498B) is known color: Mulberry. HEX triplet: CC, 49 and 8B. RGB value is (204,73,139). Sum of RGB (Red+Green+Blue) = 204+73+139=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC498B is #33B674. Grayscale: #777777. Windows color (decimal): -3389045 or 9128396. OLE color: 9128396.

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

Color convert

RGB 204 73 139 -
CMYK 0 0.64 0.32 0.2
HSL 329.77º 0.56% 0.54% -
HSV(B) 329.77º 0.64% 0.8% -
XYZ 31.94 19.47 26.5 -
YUV 119.69 138.9 188.13 -
System Red Green Blue C M Y K H S L
Decimal 204 73 139 0 0.64 0.32 0.2 329.77 0.56 0.54
Hex CC 49 8B 0 40 20 14 14A 38 36
Octal 314 111 213 0 100 40 24 512 70 66
Binary 11001100 1001001 10001011 0 1000000 100000 10100 101001010 111000 110110

Color Harmonies of #CC498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC498B

Black with #CC498B

Text Example


Text Example

White with #CC498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC498B; }

 p { color: rgb(204,73,139); }

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

background-color css

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

 a { background-color: rgb(204,73,139); }

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

border-color css

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

 span { border-color: rgb(204,73,139); }

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