Html Css Color HEX #CC5287 Mulberry

📋 copy color: '#CC5287'

red 204 ◦ green 82 ◦ blue 135

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

Shades of Mulberry #CC5287

Tints of Mulberry #CC5287

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.48%

 BLUE value IS 135 (53.13% from 255) = 32.07%

R = 48.46%
G = 19.48%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC5287 (or 0xCC5287) is known color: Mulberry. HEX triplet: CC, 52 and 87. RGB value is (204,82,135). Sum of RGB (Red+Green+Blue) = 204+82+135=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5287 is #33AD78. Grayscale: #7C7C7C. Windows color (decimal): -3386745 or 8868556. OLE color: 8868556.

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

Color convert

RGB 204 82 135 -
CMYK 0 0.60 0.34 0.2
HSL 333.93º 0.54% 0.56% -
HSV(B) 333.93º 0.6% 0.8% -
XYZ 32.29 20.62 25.2 -
YUV 124.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 204 82 135 0 0.60 0.34 0.2 333.93 0.54 0.56
Hex CC 52 87 0 3C 22 14 14E 36 38
Octal 314 122 207 0 74 42 24 516 66 70
Binary 11001100 1010010 10000111 0 111100 100010 10100 101001110 110110 111000

Color Harmonies of #CC5287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5287

Black with #CC5287

Text Example


Text Example

White with #CC5287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5287; }

 p { color: rgb(204,82,135); }

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

background-color css

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

 a { background-color: rgb(204,82,135); }

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

border-color css

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

 span { border-color: rgb(204,82,135); }

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