Html Css Color HEX #C64481 Mulberry

📋 copy color: '#C64481'

red 198 ◦ green 68 ◦ blue 129

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

Shades of Mulberry #C64481

Tints of Mulberry #C64481

RGB

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

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

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

R = 50.13%
G = 17.22%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C64481 (or 0xC64481) is known color: Mulberry. HEX triplet: C6, 44 and 81. RGB value is (198,68,129). Sum of RGB (Red+Green+Blue) = 198+68+129=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C64481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64481 is #39BB7E. Grayscale: #717171. Windows color (decimal): -3783551 or 8471750. OLE color: 8471750.

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

Color convert

RGB 198 68 129 -
CMYK 0 0.66 0.35 0.22
HSL 331.85º 0.53% 0.52% -
HSV(B) 331.85º 0.66% 0.78% -
XYZ 29.32 17.72 22.64 -
YUV 113.82 136.57 188.04 -
System Red Green Blue C M Y K H S L
Decimal 198 68 129 0 0.66 0.35 0.22 331.85 0.53 0.52
Hex C6 44 81 0 42 23 16 14C 35 34
Octal 306 104 201 0 102 43 26 514 65 64
Binary 11000110 1000100 10000001 0 1000010 100011 10110 101001100 110101 110100

Color Harmonies of #C64481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64481

Black with #C64481

Text Example


Text Example

White with #C64481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64481; }

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

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

background-color css

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

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

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

border-color css

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

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

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