Html Css Color HEX #CC5AA3 Mulberry

📋 copy color: '#CC5AA3'

red 204 ◦ green 90 ◦ blue 163

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

Shades of Mulberry #CC5AA3

Tints of Mulberry #CC5AA3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.69%

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

R = 44.64%
G = 19.69%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CC5AA3 (or 0xCC5AA3) is known color: Mulberry. HEX triplet: CC, 5A and A3. RGB value is (204,90,163). Sum of RGB (Red+Green+Blue) = 204+90+163=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5AA3 is #33A55C. Grayscale: #848484. Windows color (decimal): -3384669 or 10705612. OLE color: 10705612.

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

Color convert

RGB 204 90 163 -
CMYK 0 0.56 0.20 0.2
HSL 321.58º 0.53% 0.58% -
HSV(B) 321.58º 0.56% 0.8% -
XYZ 35.17 22.79 37.2 -
YUV 132.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 204 90 163 0 0.56 0.20 0.2 321.58 0.53 0.58
Hex CC 5A A3 0 38 14 14 142 35 3A
Octal 314 132 243 0 70 24 24 502 65 72
Binary 11001100 1011010 10100011 0 111000 10100 10100 101000010 110101 111010

Color Harmonies of #CC5AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5AA3

Black with #CC5AA3

Text Example


Text Example

White with #CC5AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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