Html Css Color HEX #C6495E Mandy

📋 copy color: '#C6495E'

red 198 ◦ green 73 ◦ blue 94

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

Shades of Mandy #C6495E

Tints of Mandy #C6495E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.75%

R = 54.25%
G = 20%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6495E (or 0xC6495E) is known color: Mandy. HEX triplet: C6, 49 and 5E. RGB value is (198,73,94). Sum of RGB (Red+Green+Blue) = 198+73+94=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C6495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6495E is #39B6A1. Grayscale: #707070. Windows color (decimal): -3782306 or 6179270. OLE color: 6179270.

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

Color convert

RGB 198 73 94 -
CMYK 0 0.63 0.53 0.22
HSL 349.92º 0.52% 0.53% -
HSV(B) 349.92º 0.63% 0.78% -
XYZ 27.69 17.58 12.52 -
YUV 112.77 117.41 188.79 -
System Red Green Blue C M Y K H S L
Decimal 198 73 94 0 0.63 0.53 0.22 349.92 0.52 0.53
Hex C6 49 5E 0 3F 35 16 15E 34 35
Octal 306 111 136 0 77 65 26 536 64 65
Binary 11000110 1001001 1011110 0 111111 110101 10110 101011110 110100 110101

Color Harmonies of #C6495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6495E

Black with #C6495E

Text Example


Text Example

White with #C6495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6495E; }

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

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

background-color css

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

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

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

border-color css

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

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

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