Html Css Color HEX #C05287 Mulberry

📋 copy color: '#C05287'

red 192 ◦ green 82 ◦ blue 135

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

Shades of Mulberry #C05287

Tints of Mulberry #C05287

RGB

 RED value IS 192 (75.39% from 255) = 46.94%

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

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

R = 46.94%
G = 20.05%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C05287 (or 0xC05287) is known color: Mulberry. HEX triplet: C0, 52 and 87. RGB value is (192,82,135). Sum of RGB (Red+Green+Blue) = 192+82+135=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C05287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05287 is #3FAD78. Grayscale: #787878. Windows color (decimal): -4173177 or 8868544. OLE color: 8868544.

HSL color Cylindrical-coordinate representation of color #C05287: hue angle of 331.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05287 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 82 135 -
CMYK 0 0.57 0.30 0.25
HSL 331.09º 0.47% 0.54% -
HSV(B) 331.09º 0.57% 0.75% -
XYZ 29.13 18.99 25.05 -
YUV 120.93 135.94 178.69 -
System Red Green Blue C M Y K H S L
Decimal 192 82 135 0 0.57 0.30 0.25 331.09 0.47 0.54
Hex C0 52 87 0 39 1E 19 14B 2F 36
Octal 300 122 207 0 71 36 31 513 57 66
Binary 11000000 1010010 10000111 0 111001 11110 11001 101001011 101111 110110

Color Harmonies of #C05287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05287

Black with #C05287

Text Example


Text Example

White with #C05287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05287; }

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

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

background-color css

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

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

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

border-color css

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

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

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