Html Css Color HEX #CC4786 Mulberry

📋 copy color: '#CC4786'

red 204 ◦ green 71 ◦ blue 134

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

Shades of Mulberry #CC4786

Tints of Mulberry #CC4786

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.36%

 BLUE value IS 134 (52.73% from 255) = 32.76%

R = 49.88%
G = 17.36%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC4786 (or 0xCC4786) is known color: Mulberry. HEX triplet: CC, 47 and 86. RGB value is (204,71,134). Sum of RGB (Red+Green+Blue) = 204+71+134=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4786 is #33B879. Grayscale: #757575. Windows color (decimal): -3389562 or 8800204. OLE color: 8800204.

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

Color convert

RGB 204 71 134 -
CMYK 0 0.65 0.34 0.2
HSL 331.58º 0.57% 0.54% -
HSV(B) 331.58º 0.65% 0.8% -
XYZ 31.46 19.07 24.58 -
YUV 117.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 204 71 134 0 0.65 0.34 0.2 331.58 0.57 0.54
Hex CC 47 86 0 41 22 14 14C 39 36
Octal 314 107 206 0 101 42 24 514 71 66
Binary 11001100 1000111 10000110 0 1000001 100010 10100 101001100 111001 110110

Color Harmonies of #CC4786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4786

Black with #CC4786

Text Example


Text Example

White with #CC4786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4786; }

 p { color: rgb(204,71,134); }

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

background-color css

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

 a { background-color: rgb(204,71,134); }

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

border-color css

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

 span { border-color: rgb(204,71,134); }

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