Html Css Color HEX #CC5694 Mulberry

📋 copy color: '#CC5694'

red 204 ◦ green 86 ◦ blue 148

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

Shades of Mulberry #CC5694

Tints of Mulberry #CC5694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.63%

 BLUE value IS 148 (58.2% from 255) = 33.79%

R = 46.58%
G = 19.63%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC5694 (or 0xCC5694) is known color: Mulberry. HEX triplet: CC, 56 and 94. RGB value is (204,86,148). Sum of RGB (Red+Green+Blue) = 204+86+148=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5694 is #33A96B. Grayscale: #808080. Windows color (decimal): -3385708 or 9721548. OLE color: 9721548.

HSL color Cylindrical-coordinate representation of color #CC5694: hue angle of 328.47º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5694 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 86 148 -
CMYK 0 0.58 0.27 0.2
HSL 328.47º 0.54% 0.57% -
HSV(B) 328.47º 0.58% 0.8% -
XYZ 33.57 21.63 30.42 -
YUV 128.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 204 86 148 0 0.58 0.27 0.2 328.47 0.54 0.57
Hex CC 56 94 0 3A 1B 14 148 36 39
Octal 314 126 224 0 72 33 24 510 66 71
Binary 11001100 1010110 10010100 0 111010 11011 10100 101001000 110110 111001

Color Harmonies of #CC5694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5694

Black with #CC5694

Text Example


Text Example

White with #CC5694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5694; }

 p { color: rgb(204,86,148); }

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

background-color css

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

 a { background-color: rgb(204,86,148); }

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

border-color css

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

 span { border-color: rgb(204,86,148); }

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