Html Css Color HEX #C6475B Mandy

📋 copy color: '#C6475B'

red 198 ◦ green 71 ◦ blue 91

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

Shades of Mandy #C6475B

Tints of Mandy #C6475B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.72%

 BLUE value IS 91 (35.94% from 255) = 25.28%

R = 55%
G = 19.72%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6475B (or 0xC6475B) is known color: Mandy. HEX triplet: C6, 47 and 5B. RGB value is (198,71,91). Sum of RGB (Red+Green+Blue) = 198+71+91=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6475B is #39B8A4. Grayscale: #6F6F6F. Windows color (decimal): -3782821 or 5982150. OLE color: 5982150.

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

Color convert

RGB 198 71 91 -
CMYK 0 0.64 0.54 0.22
HSL 350.55º 0.53% 0.53% -
HSV(B) 350.55º 0.64% 0.78% -
XYZ 27.43 17.27 11.78 -
YUV 111.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 198 71 91 0 0.64 0.54 0.22 350.55 0.53 0.53
Hex C6 47 5B 0 40 36 16 15F 35 35
Octal 306 107 133 0 100 66 26 537 65 65
Binary 11000110 1000111 1011011 0 1000000 110110 10110 101011111 110101 110101

Color Harmonies of #C6475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6475B

Black with #C6475B

Text Example


Text Example

White with #C6475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6475B; }

 p { color: rgb(198,71,91); }

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

background-color css

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

 a { background-color: rgb(198,71,91); }

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

border-color css

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

 span { border-color: rgb(198,71,91); }

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