Html Css Color HEX #C65287 Mulberry

📋 copy color: '#C65287'

red 198 ◦ green 82 ◦ blue 135

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

Shades of Mulberry #C65287

Tints of Mulberry #C65287

RGB

 RED value IS 198 (77.73% from 255) = 47.71%

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

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

R = 47.71%
G = 19.76%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C65287 (or 0xC65287) is known color: Mulberry. HEX triplet: C6, 52 and 87. RGB value is (198,82,135). Sum of RGB (Red+Green+Blue) = 198+82+135=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C65287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65287 is #39AD78. Grayscale: #7A7A7A. Windows color (decimal): -3779961 or 8868550. OLE color: 8868550.

HSL color Cylindrical-coordinate representation of color #C65287: hue angle of 332.59º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65287 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 82 135 -
CMYK 0 0.59 0.32 0.22
HSL 332.59º 0.5% 0.55% -
HSV(B) 332.59º 0.59% 0.78% -
XYZ 30.68 19.79 25.12 -
YUV 122.73 134.93 181.69 -
System Red Green Blue C M Y K H S L
Decimal 198 82 135 0 0.59 0.32 0.22 332.59 0.5 0.55
Hex C6 52 87 0 3B 20 16 14D 32 37
Octal 306 122 207 0 73 40 26 515 62 67
Binary 11000110 1010010 10000111 0 111011 100000 10110 101001101 110010 110111

Color Harmonies of #C65287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65287

Black with #C65287

Text Example


Text Example

White with #C65287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65287; }

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

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

background-color css

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

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

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

border-color css

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

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

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