Html Css Color HEX #CC529C Mulberry

📋 copy color: '#CC529C'

red 204 ◦ green 82 ◦ blue 156

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

Shades of Mulberry #CC529C

Tints of Mulberry #CC529C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.55%

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

R = 46.15%
G = 18.55%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC529C (or 0xCC529C) is known color: Mulberry. HEX triplet: CC, 52 and 9C. RGB value is (204,82,156). Sum of RGB (Red+Green+Blue) = 204+82+156=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC529C is #33AD63. Grayscale: #7E7E7E. Windows color (decimal): -3386724 or 10244812. OLE color: 10244812.

HSL color Cylindrical-coordinate representation of color #CC529C: hue angle of 323.61º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC529C is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 82 156 -
CMYK 0 0.60 0.24 0.2
HSL 323.61º 0.54% 0.56% -
HSV(B) 323.61º 0.6% 0.8% -
XYZ 33.92 21.27 33.77 -
YUV 126.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 204 82 156 0 0.60 0.24 0.2 323.61 0.54 0.56
Hex CC 52 9C 0 3C 18 14 144 36 38
Octal 314 122 234 0 74 30 24 504 66 70
Binary 11001100 1010010 10011100 0 111100 11000 10100 101000100 110110 111000

Color Harmonies of #CC529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC529C

Black with #CC529C

Text Example


Text Example

White with #CC529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC529C; }

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

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

background-color css

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

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

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

border-color css

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

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

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