Html Css Color HEX #C65F60 Mandy

📋 copy color: '#C65F60'

red 198 ◦ green 95 ◦ blue 96

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

Shades of Mandy #C65F60

Tints of Mandy #C65F60

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.42%

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

R = 50.9%
G = 24.42%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C65F60 (or 0xC65F60) is known color: Mandy. HEX triplet: C6, 5F and 60. RGB value is (198,95,96). Sum of RGB (Red+Green+Blue) = 198+95+96=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65F60 is #39A09F. Grayscale: #7E7E7E. Windows color (decimal): -3776672 or 6315974. OLE color: 6315974.

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

Color convert

RGB 198 95 96 -
CMYK 0 0.52 0.52 0.22
HSL 359.42º 0.47% 0.57% -
HSV(B) 359.42º 0.52% 0.78% -
XYZ 29.49 21.03 13.57 -
YUV 125.91 111.12 179.42 -
System Red Green Blue C M Y K H S L
Decimal 198 95 96 0 0.52 0.52 0.22 359.42 0.47 0.57
Hex C6 5F 60 0 34 34 16 167 2F 39
Octal 306 137 140 0 64 64 26 547 57 71
Binary 11000110 1011111 1100000 0 110100 110100 10110 101100111 101111 111001

Color Harmonies of #C65F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65F60

Black with #C65F60

Text Example


Text Example

White with #C65F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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