Html Css Color HEX #CC4A89 Mulberry

📋 copy color: '#CC4A89'

red 204 ◦ green 74 ◦ blue 137

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

Shades of Mulberry #CC4A89

Tints of Mulberry #CC4A89

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.83%

 BLUE value IS 137 (53.91% from 255) = 33.01%

R = 49.16%
G = 17.83%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC4A89 (or 0xCC4A89) is known color: Mulberry. HEX triplet: CC, 4A and 89. RGB value is (204,74,137). Sum of RGB (Red+Green+Blue) = 204+74+137=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4A89 is #33B576. Grayscale: #777777. Windows color (decimal): -3388791 or 8997580. OLE color: 8997580.

HSL color Cylindrical-coordinate representation of color #CC4A89: hue angle of 330.92º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4A89 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 74 137 -
CMYK 0 0.64 0.33 0.2
HSL 330.92º 0.56% 0.55% -
HSV(B) 330.92º 0.64% 0.8% -
XYZ 31.87 19.54 25.76 -
YUV 120.05 137.57 187.88 -
System Red Green Blue C M Y K H S L
Decimal 204 74 137 0 0.64 0.33 0.2 330.92 0.56 0.55
Hex CC 4A 89 0 40 21 14 14B 38 37
Octal 314 112 211 0 100 41 24 513 70 67
Binary 11001100 1001010 10001001 0 1000000 100001 10100 101001011 111000 110111

Color Harmonies of #CC4A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A89

Black with #CC4A89

Text Example


Text Example

White with #CC4A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A89; }

 p { color: rgb(204,74,137); }

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

background-color css

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

 a { background-color: rgb(204,74,137); }

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

border-color css

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

 span { border-color: rgb(204,74,137); }

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