Html Css Color HEX #CC5A99 Mulberry

📋 copy color: '#CC5A99'

red 204 ◦ green 90 ◦ blue 153

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

Shades of Mulberry #CC5A99

Tints of Mulberry #CC5A99

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.13%

 BLUE value IS 153 (60.16% from 255) = 34.23%

R = 45.64%
G = 20.13%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC5A99 (or 0xCC5A99) is known color: Mulberry. HEX triplet: CC, 5A and 99. RGB value is (204,90,153). Sum of RGB (Red+Green+Blue) = 204+90+153=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A99 is #33A566. Grayscale: #838383. Windows color (decimal): -3384679 or 10050252. OLE color: 10050252.

HSL color Cylindrical-coordinate representation of color #CC5A99: hue angle of 326.84º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5A99 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 90 153 -
CMYK 0 0.56 0.25 0.2
HSL 326.84º 0.53% 0.58% -
HSV(B) 326.84º 0.56% 0.8% -
XYZ 34.31 22.45 32.66 -
YUV 131.27 140.27 179.88 -
System Red Green Blue C M Y K H S L
Decimal 204 90 153 0 0.56 0.25 0.2 326.84 0.53 0.58
Hex CC 5A 99 0 38 19 14 147 35 3A
Octal 314 132 231 0 70 31 24 507 65 72
Binary 11001100 1011010 10011001 0 111000 11001 10100 101000111 110101 111010

Color Harmonies of #CC5A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A99

Black with #CC5A99

Text Example


Text Example

White with #CC5A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A99; }

 p { color: rgb(204,90,153); }

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

background-color css

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

 a { background-color: rgb(204,90,153); }

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

border-color css

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

 span { border-color: rgb(204,90,153); }

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