Html Css Color HEX #CC477E Mulberry

📋 copy color: '#CC477E'

red 204 ◦ green 71 ◦ blue 126

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

Shades of Mulberry #CC477E

Tints of Mulberry #CC477E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.42%

R = 50.87%
G = 17.71%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC477E (or 0xCC477E) is known color: Mulberry. HEX triplet: CC, 47 and 7E. RGB value is (204,71,126). Sum of RGB (Red+Green+Blue) = 204+71+126=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC477E is #33B881. Grayscale: #747474. Windows color (decimal): -3389570 or 8275916. OLE color: 8275916.

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

Color convert

RGB 204 71 126 -
CMYK 0 0.65 0.38 0.2
HSL 335.19º 0.57% 0.54% -
HSV(B) 335.19º 0.65% 0.8% -
XYZ 30.92 18.85 21.75 -
YUV 117.04 133.06 190.03 -
System Red Green Blue C M Y K H S L
Decimal 204 71 126 0 0.65 0.38 0.2 335.19 0.57 0.54
Hex CC 47 7E 0 41 26 14 14F 39 36
Octal 314 107 176 0 101 46 24 517 71 66
Binary 11001100 1000111 1111110 0 1000001 100110 10100 101001111 111001 110110

Color Harmonies of #CC477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC477E

Black with #CC477E

Text Example


Text Example

White with #CC477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC477E; }

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

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

background-color css

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

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

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

border-color css

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

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

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