Html Css Color HEX #CC528C Mulberry

📋 copy color: '#CC528C'

red 204 ◦ green 82 ◦ blue 140

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

Shades of Mulberry #CC528C

Tints of Mulberry #CC528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.86%

R = 47.89%
G = 19.25%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC528C (or 0xCC528C) is known color: Mulberry. HEX triplet: CC, 52 and 8C. RGB value is (204,82,140). Sum of RGB (Red+Green+Blue) = 204+82+140=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC528C is #33AD73. Grayscale: #7C7C7C. Windows color (decimal): -3386740 or 9196236. OLE color: 9196236.

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

Color convert

RGB 204 82 140 -
CMYK 0 0.60 0.31 0.2
HSL 331.48º 0.54% 0.56% -
HSV(B) 331.48º 0.6% 0.8% -
XYZ 32.65 20.77 27.1 -
YUV 125.09 136.42 184.28 -
System Red Green Blue C M Y K H S L
Decimal 204 82 140 0 0.60 0.31 0.2 331.48 0.54 0.56
Hex CC 52 8C 0 3C 1F 14 14B 36 38
Octal 314 122 214 0 74 37 24 513 66 70
Binary 11001100 1010010 10001100 0 111100 11111 10100 101001011 110110 111000

Color Harmonies of #CC528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC528C

Black with #CC528C

Text Example


Text Example

White with #CC528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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