Html Css Color HEX #CC5086 Mulberry

📋 copy color: '#CC5086'

red 204 ◦ green 80 ◦ blue 134

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

Shades of Mulberry #CC5086

Tints of Mulberry #CC5086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

 BLUE value IS 134 (52.73% from 255) = 32.06%

R = 48.8%
G = 19.14%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC5086 (or 0xCC5086) is known color: Mulberry. HEX triplet: CC, 50 and 86. RGB value is (204,80,134). Sum of RGB (Red+Green+Blue) = 204+80+134=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5086 is #33AF79. Grayscale: #7B7B7B. Windows color (decimal): -3387258 or 8802508. OLE color: 8802508.

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

Color convert

RGB 204 80 134 -
CMYK 0 0.61 0.34 0.2
HSL 333.87º 0.55% 0.56% -
HSV(B) 333.87º 0.61% 0.8% -
XYZ 32.07 20.3 24.78 -
YUV 123.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 204 80 134 0 0.61 0.34 0.2 333.87 0.55 0.56
Hex CC 50 86 0 3D 22 14 14E 37 38
Octal 314 120 206 0 75 42 24 516 67 70
Binary 11001100 1010000 10000110 0 111101 100010 10100 101001110 110111 111000

Color Harmonies of #CC5086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5086

Black with #CC5086

Text Example


Text Example

White with #CC5086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5086; }

 p { color: rgb(204,80,134); }

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

background-color css

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

 a { background-color: rgb(204,80,134); }

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

border-color css

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

 span { border-color: rgb(204,80,134); }

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