Html Css Color HEX #CC55A2 Mulberry

📋 copy color: '#CC55A2'

red 204 ◦ green 85 ◦ blue 162

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

Shades of Mulberry #CC55A2

Tints of Mulberry #CC55A2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.85%

 BLUE value IS 162 (63.67% from 255) = 35.92%

R = 45.23%
G = 18.85%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC55A2 (or 0xCC55A2) is known color: Mulberry. HEX triplet: CC, 55 and A2. RGB value is (204,85,162). Sum of RGB (Red+Green+Blue) = 204+85+162=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC55A2 is #33AA5D. Grayscale: #818181. Windows color (decimal): -3385950 or 10638796. OLE color: 10638796.

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

Color convert

RGB 204 85 162 -
CMYK 0 0.58 0.21 0.2
HSL 321.18º 0.54% 0.57% -
HSV(B) 321.18º 0.58% 0.8% -
XYZ 34.67 21.94 36.59 -
YUV 129.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 204 85 162 0 0.58 0.21 0.2 321.18 0.54 0.57
Hex CC 55 A2 0 3A 15 14 141 36 39
Octal 314 125 242 0 72 25 24 501 66 71
Binary 11001100 1010101 10100010 0 111010 10101 10100 101000001 110110 111001

Color Harmonies of #CC55A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55A2

Black with #CC55A2

Text Example


Text Example

White with #CC55A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55A2; }

 p { color: rgb(204,85,162); }

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

background-color css

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

 a { background-color: rgb(204,85,162); }

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

border-color css

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

 span { border-color: rgb(204,85,162); }

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