Html Css Color HEX #C64492 Mulberry

📋 copy color: '#C64492'

red 198 ◦ green 68 ◦ blue 146

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

Shades of Mulberry #C64492

Tints of Mulberry #C64492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.5%

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

R = 48.06%
G = 16.5%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C64492 (or 0xC64492) is known color: Mulberry. HEX triplet: C6, 44 and 92. RGB value is (198,68,146). Sum of RGB (Red+Green+Blue) = 198+68+146=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C64492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64492 is #39BB6D. Grayscale: #737373. Windows color (decimal): -3783534 or 9585862. OLE color: 9585862.

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

Color convert

RGB 198 68 146 -
CMYK 0 0.66 0.26 0.22
HSL 324º 0.53% 0.52% -
HSV(B) 324º 0.66% 0.78% -
XYZ 30.54 18.22 29.1 -
YUV 115.76 145.07 186.66 -
System Red Green Blue C M Y K H S L
Decimal 198 68 146 0 0.66 0.26 0.22 324 0.53 0.52
Hex C6 44 92 0 42 1A 16 144 35 34
Octal 306 104 222 0 102 32 26 504 65 64
Binary 11000110 1000100 10010010 0 1000010 11010 10110 101000100 110101 110100

Color Harmonies of #C64492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64492

Black with #C64492

Text Example


Text Example

White with #C64492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64492; }

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

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

background-color css

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

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

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

border-color css

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

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

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