Html Css Color HEX #CC5A85 Mulberry

📋 copy color: '#CC5A85'

red 204 ◦ green 90 ◦ blue 133

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

Shades of Mulberry #CC5A85

Tints of Mulberry #CC5A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.15%

R = 47.78%
G = 21.08%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC5A85 (or 0xCC5A85) is known color: Mulberry. HEX triplet: CC, 5A and 85. RGB value is (204,90,133). Sum of RGB (Red+Green+Blue) = 204+90+133=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A85 is #33A57A. Grayscale: #808080. Windows color (decimal): -3384699 or 8739532. OLE color: 8739532.

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

Color convert

RGB 204 90 133 -
CMYK 0 0.56 0.35 0.2
HSL 337.37º 0.53% 0.58% -
HSV(B) 337.37º 0.56% 0.8% -
XYZ 32.79 21.84 24.68 -
YUV 128.99 130.27 181.5 -
System Red Green Blue C M Y K H S L
Decimal 204 90 133 0 0.56 0.35 0.2 337.37 0.53 0.58
Hex CC 5A 85 0 38 23 14 151 35 3A
Octal 314 132 205 0 70 43 24 521 65 72
Binary 11001100 1011010 10000101 0 111000 100011 10100 101010001 110101 111010

Color Harmonies of #CC5A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A85

Black with #CC5A85

Text Example


Text Example

White with #CC5A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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