Html Css Color HEX #C64187 Mulberry

📋 copy color: '#C64187'

red 198 ◦ green 65 ◦ blue 135

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

Shades of Mulberry #C64187

Tints of Mulberry #C64187

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.33%

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

R = 49.75%
G = 16.33%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C64187 (or 0xC64187) is known color: Mulberry. HEX triplet: C6, 41 and 87. RGB value is (198,65,135). Sum of RGB (Red+Green+Blue) = 198+65+135=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C64187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64187 is #39BE78. Grayscale: #707070. Windows color (decimal): -3784313 or 8864198. OLE color: 8864198.

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

Color convert

RGB 198 65 135 -
CMYK 0 0.67 0.32 0.22
HSL 328.42º 0.54% 0.52% -
HSV(B) 328.42º 0.67% 0.78% -
XYZ 29.55 17.54 24.75 -
YUV 112.75 140.56 188.81 -
System Red Green Blue C M Y K H S L
Decimal 198 65 135 0 0.67 0.32 0.22 328.42 0.54 0.52
Hex C6 41 87 0 43 20 16 148 36 34
Octal 306 101 207 0 103 40 26 510 66 64
Binary 11000110 1000001 10000111 0 1000011 100000 10110 101001000 110110 110100

Color Harmonies of #C64187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64187

Black with #C64187

Text Example


Text Example

White with #C64187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64187; }

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

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

background-color css

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

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

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

border-color css

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

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

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