Html Css Color HEX #C64092 Mulberry

📋 copy color: '#C64092'

red 198 ◦ green 64 ◦ blue 146

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

Shades of Mulberry #C64092

Tints of Mulberry #C64092

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.69%

 BLUE value IS 146 (57.42% from 255) = 35.78%

R = 48.53%
G = 15.69%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C64092 (or 0xC64092) is known color: Mulberry. HEX triplet: C6, 40 and 92. RGB value is (198,64,146). Sum of RGB (Red+Green+Blue) = 198+64+146=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C64092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64092 is #39BF6D. Grayscale: #717171. Windows color (decimal): -3784558 or 9584838. OLE color: 9584838.

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

Color convert

RGB 198 64 146 -
CMYK 0 0.68 0.26 0.22
HSL 323.28º 0.54% 0.51% -
HSV(B) 323.28º 0.68% 0.78% -
XYZ 30.31 17.75 29.02 -
YUV 113.41 146.39 188.33 -
System Red Green Blue C M Y K H S L
Decimal 198 64 146 0 0.68 0.26 0.22 323.28 0.54 0.51
Hex C6 40 92 0 44 1A 16 143 36 33
Octal 306 100 222 0 104 32 26 503 66 63
Binary 11000110 1000000 10010010 0 1000100 11010 10110 101000011 110110 110011

Color Harmonies of #C64092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64092

Black with #C64092

Text Example


Text Example

White with #C64092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64092; }

 p { color: rgb(198,64,146); }

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

background-color css

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

 a { background-color: rgb(198,64,146); }

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

border-color css

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

 span { border-color: rgb(198,64,146); }

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