Html Css Color HEX #C6485D Mandy

📋 copy color: '#C6485D'

red 198 ◦ green 72 ◦ blue 93

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

Shades of Mandy #C6485D

Tints of Mandy #C6485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.83%

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

R = 54.55%
G = 19.83%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6485D (or 0xC6485D) is known color: Mandy. HEX triplet: C6, 48 and 5D. RGB value is (198,72,93). Sum of RGB (Red+Green+Blue) = 198+72+93=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C6485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6485D is #39B7A2. Grayscale: #707070. Windows color (decimal): -3782563 or 6113478. OLE color: 6113478.

HSL color Cylindrical-coordinate representation of color #C6485D: hue angle of 350º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6485D is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 72 93 -
CMYK 0 0.64 0.53 0.22
HSL 350º 0.53% 0.53% -
HSV(B) 350º 0.64% 0.78% -
XYZ 27.58 17.43 12.27 -
YUV 112.07 117.24 189.29 -
System Red Green Blue C M Y K H S L
Decimal 198 72 93 0 0.64 0.53 0.22 350 0.53 0.53
Hex C6 48 5D 0 40 35 16 15E 34 35
Octal 306 110 135 0 100 65 26 536 64 65
Binary 11000110 1001000 1011101 0 1000000 110101 10110 101011110 110100 110101

Color Harmonies of #C6485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6485D

Black with #C6485D

Text Example


Text Example

White with #C6485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6485D; }

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

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

background-color css

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

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

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

border-color css

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

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

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