Html Css Color HEX #CC5A8A Mulberry

📋 copy color: '#CC5A8A'

red 204 ◦ green 90 ◦ blue 138

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

Shades of Mulberry #CC5A8A

Tints of Mulberry #CC5A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.94%

R = 47.22%
G = 20.83%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC5A8A (or 0xCC5A8A) is known color: Mulberry. HEX triplet: CC, 5A and 8A. RGB value is (204,90,138). Sum of RGB (Red+Green+Blue) = 204+90+138=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A8A is #33A575. Grayscale: #818181. Windows color (decimal): -3384694 or 9067212. OLE color: 9067212.

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

Color convert

RGB 204 90 138 -
CMYK 0 0.56 0.32 0.2
HSL 334.74º 0.53% 0.58% -
HSV(B) 334.74º 0.56% 0.8% -
XYZ 33.15 21.98 26.54 -
YUV 129.56 132.77 181.1 -
System Red Green Blue C M Y K H S L
Decimal 204 90 138 0 0.56 0.32 0.2 334.74 0.53 0.58
Hex CC 5A 8A 0 38 20 14 14F 35 3A
Octal 314 132 212 0 70 40 24 517 65 72
Binary 11001100 1011010 10001010 0 111000 100000 10100 101001111 110101 111010

Color Harmonies of #CC5A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A8A

Black with #CC5A8A

Text Example


Text Example

White with #CC5A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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