Html Css Color HEX #C3497D Mulberry

📋 copy color: '#C3497D'

red 195 ◦ green 73 ◦ blue 125

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

Shades of Mulberry #C3497D

Tints of Mulberry #C3497D

RGB

 RED value IS 195 (76.56% from 255) = 49.62%

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

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

R = 49.62%
G = 18.58%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3497D (or 0xC3497D) is known color: Mulberry. HEX triplet: C3, 49 and 7D. RGB value is (195,73,125). Sum of RGB (Red+Green+Blue) = 195+73+125=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3497D is #3CB682. Grayscale: #737373. Windows color (decimal): -3978883 or 8210883. OLE color: 8210883.

HSL color Cylindrical-coordinate representation of color #C3497D: hue angle of 334.43º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3497D is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 73 125 -
CMYK 0 0.63 0.36 0.24
HSL 334.43º 0.5% 0.53% -
HSV(B) 334.43º 0.63% 0.76% -
XYZ 28.59 17.85 21.34 -
YUV 115.41 133.42 184.77 -
System Red Green Blue C M Y K H S L
Decimal 195 73 125 0 0.63 0.36 0.24 334.43 0.5 0.53
Hex C3 49 7D 0 3F 24 18 14E 32 35
Octal 303 111 175 0 77 44 30 516 62 65
Binary 11000011 1001001 1111101 0 111111 100100 11000 101001110 110010 110101

Color Harmonies of #C3497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3497D

Black with #C3497D

Text Example


Text Example

White with #C3497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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