Html Css Color HEX #CC498C Mulberry

📋 copy color: '#CC498C'

red 204 ◦ green 73 ◦ blue 140

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

Shades of Mulberry #CC498C

Tints of Mulberry #CC498C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 48.92%
G = 17.51%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC498C (or 0xCC498C) is known color: Mulberry. HEX triplet: CC, 49 and 8C. RGB value is (204,73,140). Sum of RGB (Red+Green+Blue) = 204+73+140=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC498C is #33B673. Grayscale: #777777. Windows color (decimal): -3389044 or 9193932. OLE color: 9193932.

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

Color convert

RGB 204 73 140 -
CMYK 0 0.64 0.31 0.2
HSL 329.31º 0.56% 0.54% -
HSV(B) 329.31º 0.64% 0.8% -
XYZ 32.02 19.5 26.89 -
YUV 119.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 204 73 140 0 0.64 0.31 0.2 329.31 0.56 0.54
Hex CC 49 8C 0 40 1F 14 149 38 36
Octal 314 111 214 0 100 37 24 511 70 66
Binary 11001100 1001001 10001100 0 1000000 11111 10100 101001001 111000 110110

Color Harmonies of #CC498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC498C

Black with #CC498C

Text Example


Text Example

White with #CC498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC498C; }

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

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

background-color css

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

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

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

border-color css

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

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

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