Html Css Color HEX #C64195 Mulberry

📋 copy color: '#C64195'

red 198 ◦ green 65 ◦ blue 149

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

Shades of Mulberry #C64195

Tints of Mulberry #C64195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.17%

R = 48.06%
G = 15.78%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C64195 (or 0xC64195) is known color: Mulberry. HEX triplet: C6, 41 and 95. RGB value is (198,65,149). Sum of RGB (Red+Green+Blue) = 198+65+149=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C64195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64195 is #39BE6A. Grayscale: #727272. Windows color (decimal): -3784299 or 9781702. OLE color: 9781702.

HSL color Cylindrical-coordinate representation of color #C64195: hue angle of 322.11º 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 #C64195 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 65 149 -
CMYK 0 0.67 0.25 0.22
HSL 322.11º 0.54% 0.52% -
HSV(B) 322.11º 0.67% 0.78% -
XYZ 30.6 17.96 30.29 -
YUV 114.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 198 65 149 0 0.67 0.25 0.22 322.11 0.54 0.52
Hex C6 41 95 0 43 19 16 142 36 34
Octal 306 101 225 0 103 31 26 502 66 64
Binary 11000110 1000001 10010101 0 1000011 11001 10110 101000010 110110 110100

Color Harmonies of #C64195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64195

Black with #C64195

Text Example


Text Example

White with #C64195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64195; }

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

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

background-color css

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

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

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

border-color css

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

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

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