Html Css Color HEX #C6495A Mandy

📋 copy color: '#C6495A'

red 198 ◦ green 73 ◦ blue 90

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

Shades of Mandy #C6495A

Tints of Mandy #C6495A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.93%

R = 54.85%
G = 20.22%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C6495A (or 0xC6495A) is known color: Mandy. HEX triplet: C6, 49 and 5A. RGB value is (198,73,90). Sum of RGB (Red+Green+Blue) = 198+73+90=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6495A is #39B6A5. Grayscale: #707070. Windows color (decimal): -3782310 or 5917126. OLE color: 5917126.

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

Color convert

RGB 198 73 90 -
CMYK 0 0.63 0.55 0.22
HSL 351.84º 0.52% 0.53% -
HSV(B) 351.84º 0.63% 0.78% -
XYZ 27.52 17.51 11.6 -
YUV 112.31 115.41 189.12 -
System Red Green Blue C M Y K H S L
Decimal 198 73 90 0 0.63 0.55 0.22 351.84 0.52 0.53
Hex C6 49 5A 0 3F 37 16 160 34 35
Octal 306 111 132 0 77 67 26 540 64 65
Binary 11000110 1001001 1011010 0 111111 110111 10110 101100000 110100 110101

Color Harmonies of #C6495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6495A

Black with #C6495A

Text Example


Text Example

White with #C6495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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