Html Css Color HEX #CC55A3 Mulberry

📋 copy color: '#CC55A3'

red 204 ◦ green 85 ◦ blue 163

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

Shades of Mulberry #CC55A3

Tints of Mulberry #CC55A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.06%

R = 45.13%
G = 18.81%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CC55A3 (or 0xCC55A3) is known color: Mulberry. HEX triplet: CC, 55 and A3. RGB value is (204,85,163). Sum of RGB (Red+Green+Blue) = 204+85+163=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC55A3 is #33AA5C. Grayscale: #818181. Windows color (decimal): -3385949 or 10704332. OLE color: 10704332.

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

Color convert

RGB 204 85 163 -
CMYK 0 0.58 0.20 0.2
HSL 320.67º 0.54% 0.57% -
HSV(B) 320.67º 0.58% 0.8% -
XYZ 34.76 21.98 37.06 -
YUV 129.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 204 85 163 0 0.58 0.20 0.2 320.67 0.54 0.57
Hex CC 55 A3 0 3A 14 14 141 36 39
Octal 314 125 243 0 72 24 24 501 66 71
Binary 11001100 1010101 10100011 0 111010 10100 10100 101000001 110110 111001

Color Harmonies of #CC55A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55A3

Black with #CC55A3

Text Example


Text Example

White with #CC55A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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