Html Css Color HEX #C65D61 Mandy

📋 copy color: '#C65D61'

red 198 ◦ green 93 ◦ blue 97

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

Shades of Mandy #C65D61

Tints of Mandy #C65D61

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.97%

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

R = 51.03%
G = 23.97%
B = 25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C65D61 (or 0xC65D61) is known color: Mandy. HEX triplet: C6, 5D and 61. RGB value is (198,93,97). Sum of RGB (Red+Green+Blue) = 198+93+97=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65D61 is #39A29E. Grayscale: #7C7C7C. Windows color (decimal): -3777183 or 6380998. OLE color: 6380998.

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

Color convert

RGB 198 93 97 -
CMYK 0 0.53 0.51 0.22
HSL 357.71º 0.48% 0.57% -
HSV(B) 357.71º 0.53% 0.78% -
XYZ 29.36 20.7 13.76 -
YUV 124.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 198 93 97 0 0.53 0.51 0.22 357.71 0.48 0.57
Hex C6 5D 61 0 35 33 16 166 30 39
Octal 306 135 141 0 65 63 26 546 60 71
Binary 11000110 1011101 1100001 0 110101 110011 10110 101100110 110000 111001

Color Harmonies of #C65D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65D61

Black with #C65D61

Text Example


Text Example

White with #C65D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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