Html Css Color HEX #CC4684 Mulberry

📋 copy color: '#CC4684'

red 204 ◦ green 70 ◦ blue 132

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

Shades of Mulberry #CC4684

Tints of Mulberry #CC4684

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.24%

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 50.25%
G = 17.24%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC4684 (or 0xCC4684) is known color: Mulberry. HEX triplet: CC, 46 and 84. RGB value is (204,70,132). Sum of RGB (Red+Green+Blue) = 204+70+132=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4684 is #33B97B. Grayscale: #757575. Windows color (decimal): -3389820 or 8668876. OLE color: 8668876.

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

Color convert

RGB 204 70 132 -
CMYK 0 0.66 0.35 0.2
HSL 332.24º 0.57% 0.54% -
HSV(B) 332.24º 0.66% 0.8% -
XYZ 31.26 18.88 23.83 -
YUV 117.13 136.39 189.96 -
System Red Green Blue C M Y K H S L
Decimal 204 70 132 0 0.66 0.35 0.2 332.24 0.57 0.54
Hex CC 46 84 0 42 23 14 14C 39 36
Octal 314 106 204 0 102 43 24 514 71 66
Binary 11001100 1000110 10000100 0 1000010 100011 10100 101001100 111001 110110

Color Harmonies of #CC4684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4684

Black with #CC4684

Text Example


Text Example

White with #CC4684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4684; }

 p { color: rgb(204,70,132); }

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

background-color css

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

 a { background-color: rgb(204,70,132); }

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

border-color css

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

 span { border-color: rgb(204,70,132); }

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