Html Css Color HEX #C6497D Mulberry

📋 copy color: '#C6497D'

red 198 ◦ green 73 ◦ blue 125

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

Shades of Mulberry #C6497D

Tints of Mulberry #C6497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 50%
G = 18.43%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6497D (or 0xC6497D) is known color: Mulberry. HEX triplet: C6, 49 and 7D. RGB value is (198,73,125). Sum of RGB (Red+Green+Blue) = 198+73+125=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C6497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6497D is #39B682. Grayscale: #747474. Windows color (decimal): -3782275 or 8210886. OLE color: 8210886.

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

Color convert

RGB 198 73 125 -
CMYK 0 0.63 0.37 0.22
HSL 335.04º 0.52% 0.53% -
HSV(B) 335.04º 0.63% 0.78% -
XYZ 29.37 18.25 21.38 -
YUV 116.3 132.91 186.27 -
System Red Green Blue C M Y K H S L
Decimal 198 73 125 0 0.63 0.37 0.22 335.04 0.52 0.53
Hex C6 49 7D 0 3F 25 16 14F 34 35
Octal 306 111 175 0 77 45 26 517 64 65
Binary 11000110 1001001 1111101 0 111111 100101 10110 101001111 110100 110101

Color Harmonies of #C6497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6497D

Black with #C6497D

Text Example


Text Example

White with #C6497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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