Html Css Color HEX #C6465E Mandy

📋 copy color: '#C6465E'

red 198 ◦ green 70 ◦ blue 94

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

Shades of Mandy #C6465E

Tints of Mandy #C6465E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.34%

 BLUE value IS 94 (37.11% from 255) = 25.97%

R = 54.7%
G = 19.34%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6465E (or 0xC6465E) is known color: Mandy. HEX triplet: C6, 46 and 5E. RGB value is (198,70,94). Sum of RGB (Red+Green+Blue) = 198+70+94=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6465E is #39B9A1. Grayscale: #6F6F6F. Windows color (decimal): -3783074 or 6178502. OLE color: 6178502.

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

Color convert

RGB 198 70 94 -
CMYK 0 0.65 0.53 0.22
HSL 348.75º 0.53% 0.53% -
HSV(B) 348.75º 0.65% 0.78% -
XYZ 27.5 17.19 12.46 -
YUV 111.01 118.41 190.05 -
System Red Green Blue C M Y K H S L
Decimal 198 70 94 0 0.65 0.53 0.22 348.75 0.53 0.53
Hex C6 46 5E 0 41 35 16 15D 35 35
Octal 306 106 136 0 101 65 26 535 65 65
Binary 11000110 1000110 1011110 0 1000001 110101 10110 101011101 110101 110101

Color Harmonies of #C6465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6465E

Black with #C6465E

Text Example


Text Example

White with #C6465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6465E; }

 p { color: rgb(198,70,94); }

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

background-color css

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

 a { background-color: rgb(198,70,94); }

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

border-color css

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

 span { border-color: rgb(198,70,94); }

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