Html Css Color HEX #C65961 Mandy

📋 copy color: '#C65961'

red 198 ◦ green 89 ◦ blue 97

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

Shades of Mandy #C65961

Tints of Mandy #C65961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.18%

 BLUE value IS 97 (38.28% from 255) = 25.26%

R = 51.56%
G = 23.18%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C65961 (or 0xC65961) is known color: Mandy. HEX triplet: C6, 59 and 61. RGB value is (198,89,97). Sum of RGB (Red+Green+Blue) = 198+89+97=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C65961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65961 is #39A69E. Grayscale: #7A7A7A. Windows color (decimal): -3778207 or 6379974. OLE color: 6379974.

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

Color convert

RGB 198 89 97 -
CMYK 0 0.55 0.51 0.22
HSL 355.6º 0.49% 0.56% -
HSV(B) 355.6º 0.55% 0.78% -
XYZ 29.02 20.01 13.64 -
YUV 122.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 198 89 97 0 0.55 0.51 0.22 355.6 0.49 0.56
Hex C6 59 61 0 37 33 16 164 31 38
Octal 306 131 141 0 67 63 26 544 61 70
Binary 11000110 1011001 1100001 0 110111 110011 10110 101100100 110001 111000

Color Harmonies of #C65961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65961

Black with #C65961

Text Example


Text Example

White with #C65961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65961; }

 p { color: rgb(198,89,97); }

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

background-color css

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

 a { background-color: rgb(198,89,97); }

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

border-color css

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

 span { border-color: rgb(198,89,97); }

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