Html Css Color HEX #C65588 Mulberry

📋 copy color: '#C65588'

red 198 ◦ green 85 ◦ blue 136

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

Shades of Mulberry #C65588

Tints of Mulberry #C65588

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.29%

 BLUE value IS 136 (53.52% from 255) = 32.46%

R = 47.26%
G = 20.29%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C65588 (or 0xC65588) is known color: Mulberry. HEX triplet: C6, 55 and 88. RGB value is (198,85,136). Sum of RGB (Red+Green+Blue) = 198+85+136=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C65588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65588 is #39AA77. Grayscale: #7C7C7C. Windows color (decimal): -3779192 or 8934854. OLE color: 8934854.

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

Color convert

RGB 198 85 136 -
CMYK 0 0.57 0.31 0.22
HSL 332.92º 0.5% 0.55% -
HSV(B) 332.92º 0.57% 0.78% -
XYZ 30.98 20.28 25.57 -
YUV 124.6 134.44 180.35 -
System Red Green Blue C M Y K H S L
Decimal 198 85 136 0 0.57 0.31 0.22 332.92 0.5 0.55
Hex C6 55 88 0 39 1F 16 14D 32 37
Octal 306 125 210 0 71 37 26 515 62 67
Binary 11000110 1010101 10001000 0 111001 11111 10110 101001101 110010 110111

Color Harmonies of #C65588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65588

Black with #C65588

Text Example


Text Example

White with #C65588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65588; }

 p { color: rgb(198,85,136); }

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

background-color css

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

 a { background-color: rgb(198,85,136); }

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

border-color css

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

 span { border-color: rgb(198,85,136); }

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