Html Css Color HEX #CC5A9A Mulberry

📋 copy color: '#CC5A9A'

red 204 ◦ green 90 ◦ blue 154

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

Shades of Mulberry #CC5A9A

Tints of Mulberry #CC5A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.38%

R = 45.54%
G = 20.09%
B = 34.38%

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

#CC5A9A (or 0xCC5A9A) is known color: Mulberry. HEX triplet: CC, 5A and 9A. RGB value is (204,90,154). Sum of RGB (Red+Green+Blue) = 204+90+154=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A9A is #33A565. Grayscale: #838383. Windows color (decimal): -3384678 or 10115788. OLE color: 10115788.

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

Color convert

RGB 204 90 154 -
CMYK 0 0.56 0.25 0.2
HSL 326.32º 0.53% 0.58% -
HSV(B) 326.32º 0.56% 0.8% -
XYZ 34.39 22.48 33.1 -
YUV 131.38 140.77 179.8 -
System Red Green Blue C M Y K H S L
Decimal 204 90 154 0 0.56 0.25 0.2 326.32 0.53 0.58
Hex CC 5A 9A 0 38 19 14 146 35 3A
Octal 314 132 232 0 70 31 24 506 65 72
Binary 11001100 1011010 10011010 0 111000 11001 10100 101000110 110101 111010

Color Harmonies of #CC5A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A9A

Black with #CC5A9A

Text Example


Text Example

White with #CC5A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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