Html Css Color HEX #C6465B Mandy

📋 copy color: '#C6465B'

red 198 ◦ green 70 ◦ blue 91

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

Shades of Mandy #C6465B

Tints of Mandy #C6465B

RGB

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

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

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

R = 55.15%
G = 19.5%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6465B (or 0xC6465B) is known color: Mandy. HEX triplet: C6, 46 and 5B. RGB value is (198,70,91). Sum of RGB (Red+Green+Blue) = 198+70+91=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6465B is #39B9A4. Grayscale: #6E6E6E. Windows color (decimal): -3783077 or 5981894. OLE color: 5981894.

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

Color convert

RGB 198 70 91 -
CMYK 0 0.65 0.54 0.22
HSL 350.16º 0.53% 0.53% -
HSV(B) 350.16º 0.65% 0.78% -
XYZ 27.37 17.14 11.76 -
YUV 110.67 116.91 190.29 -
System Red Green Blue C M Y K H S L
Decimal 198 70 91 0 0.65 0.54 0.22 350.16 0.53 0.53
Hex C6 46 5B 0 41 36 16 15E 35 35
Octal 306 106 133 0 101 66 26 536 65 65
Binary 11000110 1000110 1011011 0 1000001 110110 10110 101011110 110101 110101

Color Harmonies of #C6465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6465B

Black with #C6465B

Text Example


Text Example

White with #C6465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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