Html Css Color HEX #C6495C Mandy

📋 copy color: '#C6495C'

red 198 ◦ green 73 ◦ blue 92

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

Shades of Mandy #C6495C

Tints of Mandy #C6495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.34%

R = 54.55%
G = 20.11%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6495C (or 0xC6495C) is known color: Mandy. HEX triplet: C6, 49 and 5C. RGB value is (198,73,92). Sum of RGB (Red+Green+Blue) = 198+73+92=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C6495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6495C is #39B6A3. Grayscale: #707070. Windows color (decimal): -3782308 or 6048198. OLE color: 6048198.

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

Color convert

RGB 198 73 92 -
CMYK 0 0.63 0.54 0.22
HSL 350.88º 0.52% 0.53% -
HSV(B) 350.88º 0.63% 0.78% -
XYZ 27.6 17.54 12.06 -
YUV 112.54 116.41 188.96 -
System Red Green Blue C M Y K H S L
Decimal 198 73 92 0 0.63 0.54 0.22 350.88 0.52 0.53
Hex C6 49 5C 0 3F 36 16 15F 34 35
Octal 306 111 134 0 77 66 26 537 64 65
Binary 11000110 1001001 1011100 0 111111 110110 10110 101011111 110100 110101

Color Harmonies of #C6495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6495C

Black with #C6495C

Text Example


Text Example

White with #C6495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6495C; }

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

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

background-color css

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

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

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

border-color css

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

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

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