Html Css Color HEX #C649A4 Mulberry

📋 copy color: '#C649A4'

red 198 ◦ green 73 ◦ blue 164

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

Shades of Mulberry #C649A4

Tints of Mulberry #C649A4

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.78%

 BLUE value IS 164 (64.45% from 255) = 37.7%

R = 45.52%
G = 16.78%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C649A4 (or 0xC649A4) is known color: Mulberry. HEX triplet: C6, 49 and A4. RGB value is (198,73,164). Sum of RGB (Red+Green+Blue) = 198+73+164=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C649A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C649A4 is #39B65B. Grayscale: #787878. Windows color (decimal): -3782236 or 10766790. OLE color: 10766790.

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

Color convert

RGB 198 73 164 -
CMYK 0 0.63 0.17 0.22
HSL 316.32º 0.52% 0.53% -
HSV(B) 316.32º 0.63% 0.78% -
XYZ 32.37 19.45 37.17 -
YUV 120.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 198 73 164 0 0.63 0.17 0.22 316.32 0.52 0.53
Hex C6 49 A4 0 3F 11 16 13C 34 35
Octal 306 111 244 0 77 21 26 474 64 65
Binary 11000110 1001001 10100100 0 111111 10001 10110 100111100 110100 110101

Color Harmonies of #C649A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C649A4

Black with #C649A4

Text Example


Text Example

White with #C649A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C649A4; }

 p { color: rgb(198,73,164); }

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

background-color css

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

 a { background-color: rgb(198,73,164); }

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

border-color css

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

 span { border-color: rgb(198,73,164); }

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