Html Css Color HEX #CC5297 Mulberry

📋 copy color: '#CC5297'

red 204 ◦ green 82 ◦ blue 151

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

Shades of Mulberry #CC5297

Tints of Mulberry #CC5297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.55%

R = 46.68%
G = 18.76%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC5297 (or 0xCC5297) is known color: Mulberry. HEX triplet: CC, 52 and 97. RGB value is (204,82,151). Sum of RGB (Red+Green+Blue) = 204+82+151=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5297 is #33AD68. Grayscale: #7E7E7E. Windows color (decimal): -3386729 or 9917132. OLE color: 9917132.

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

Color convert

RGB 204 82 151 -
CMYK 0 0.60 0.26 0.2
HSL 326.07º 0.54% 0.56% -
HSV(B) 326.07º 0.6% 0.8% -
XYZ 33.51 21.11 31.59 -
YUV 126.34 141.92 183.39 -
System Red Green Blue C M Y K H S L
Decimal 204 82 151 0 0.60 0.26 0.2 326.07 0.54 0.56
Hex CC 52 97 0 3C 1A 14 146 36 38
Octal 314 122 227 0 74 32 24 506 66 70
Binary 11001100 1010010 10010111 0 111100 11010 10100 101000110 110110 111000

Color Harmonies of #CC5297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5297

Black with #CC5297

Text Example


Text Example

White with #CC5297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5297; }

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

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

background-color css

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

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

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

border-color css

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

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

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