Html Css Color HEX #C64181 Mulberry

📋 copy color: '#C64181'

red 198 ◦ green 65 ◦ blue 129

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

Shades of Mulberry #C64181

Tints of Mulberry #C64181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.91%

R = 50.51%
G = 16.58%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C64181 (or 0xC64181) is known color: Mulberry. HEX triplet: C6, 41 and 81. RGB value is (198,65,129). Sum of RGB (Red+Green+Blue) = 198+65+129=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C64181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64181 is #39BE7E. Grayscale: #6F6F6F. Windows color (decimal): -3784319 or 8470982. OLE color: 8470982.

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

Color convert

RGB 198 65 129 -
CMYK 0 0.67 0.35 0.22
HSL 331.13º 0.54% 0.52% -
HSV(B) 331.13º 0.67% 0.78% -
XYZ 29.14 17.37 22.59 -
YUV 112.06 137.56 189.3 -
System Red Green Blue C M Y K H S L
Decimal 198 65 129 0 0.67 0.35 0.22 331.13 0.54 0.52
Hex C6 41 81 0 43 23 16 14B 36 34
Octal 306 101 201 0 103 43 26 513 66 64
Binary 11000110 1000001 10000001 0 1000011 100011 10110 101001011 110110 110100

Color Harmonies of #C64181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64181

Black with #C64181

Text Example


Text Example

White with #C64181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64181; }

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

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

background-color css

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

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

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

border-color css

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

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

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