Html Css Color HEX #CC5A9C Mulberry

📋 copy color: '#CC5A9C'

red 204 ◦ green 90 ◦ blue 156

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

Shades of Mulberry #CC5A9C

Tints of Mulberry #CC5A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.67%

R = 45.33%
G = 20%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC5A9C (or 0xCC5A9C) is known color: Mulberry. HEX triplet: CC, 5A and 9C. RGB value is (204,90,156). Sum of RGB (Red+Green+Blue) = 204+90+156=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A9C is #33A563. Grayscale: #838383. Windows color (decimal): -3384676 or 10246860. OLE color: 10246860.

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

Color convert

RGB 204 90 156 -
CMYK 0 0.56 0.24 0.2
HSL 325.26º 0.53% 0.58% -
HSV(B) 325.26º 0.56% 0.8% -
XYZ 34.56 22.55 33.98 -
YUV 131.61 141.77 179.63 -
System Red Green Blue C M Y K H S L
Decimal 204 90 156 0 0.56 0.24 0.2 325.26 0.53 0.58
Hex CC 5A 9C 0 38 18 14 145 35 3A
Octal 314 132 234 0 70 30 24 505 65 72
Binary 11001100 1011010 10011100 0 111000 11000 10100 101000101 110101 111010

Color Harmonies of #CC5A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A9C

Black with #CC5A9C

Text Example


Text Example

White with #CC5A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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