Html Css Color HEX #C65460 Mandy

📋 copy color: '#C65460'

red 198 ◦ green 84 ◦ blue 96

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

Shades of Mandy #C65460

Tints of Mandy #C65460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.22%

 BLUE value IS 96 (37.89% from 255) = 25.4%

R = 52.38%
G = 22.22%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C65460 (or 0xC65460) is known color: Mandy. HEX triplet: C6, 54 and 60. RGB value is (198,84,96). Sum of RGB (Red+Green+Blue) = 198+84+96=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C65460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65460 is #39AB9F. Grayscale: #777777. Windows color (decimal): -3779488 or 6313158. OLE color: 6313158.

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

Color convert

RGB 198 84 96 -
CMYK 0 0.58 0.52 0.22
HSL 353.68º 0.5% 0.55% -
HSV(B) 353.68º 0.58% 0.78% -
XYZ 28.57 19.19 13.26 -
YUV 119.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 198 84 96 0 0.58 0.52 0.22 353.68 0.5 0.55
Hex C6 54 60 0 3A 34 16 162 32 37
Octal 306 124 140 0 72 64 26 542 62 67
Binary 11000110 1010100 1100000 0 111010 110100 10110 101100010 110010 110111

Color Harmonies of #C65460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65460

Black with #C65460

Text Example


Text Example

White with #C65460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65460; }

 p { color: rgb(198,84,96); }

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

background-color css

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

 a { background-color: rgb(198,84,96); }

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

border-color css

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

 span { border-color: rgb(198,84,96); }

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