Html Css Color HEX #C6495D Mandy

📋 copy color: '#C6495D'

red 198 ◦ green 73 ◦ blue 93

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

Shades of Mandy #C6495D

Tints of Mandy #C6495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.55%

R = 54.4%
G = 20.05%
B = 25.55%

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

#C6495D (or 0xC6495D) is known color: Mandy. HEX triplet: C6, 49 and 5D. RGB value is (198,73,93). Sum of RGB (Red+Green+Blue) = 198+73+93=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C6495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6495D is #39B6A2. Grayscale: #707070. Windows color (decimal): -3782307 or 6113734. OLE color: 6113734.

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

Color convert

RGB 198 73 93 -
CMYK 0 0.63 0.53 0.22
HSL 350.4º 0.52% 0.53% -
HSV(B) 350.4º 0.63% 0.78% -
XYZ 27.65 17.56 12.29 -
YUV 112.66 116.91 188.87 -
System Red Green Blue C M Y K H S L
Decimal 198 73 93 0 0.63 0.53 0.22 350.4 0.52 0.53
Hex C6 49 5D 0 3F 35 16 15E 34 35
Octal 306 111 135 0 77 65 26 536 64 65
Binary 11000110 1001001 1011101 0 111111 110101 10110 101011110 110100 110101

Color Harmonies of #C6495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6495D

Black with #C6495D

Text Example


Text Example

White with #C6495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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