Html Css Color HEX #C65061 Mandy

📋 copy color: '#C65061'

red 198 ◦ green 80 ◦ blue 97

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

Shades of Mandy #C65061

Tints of Mandy #C65061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.33%

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

R = 52.8%
G = 21.33%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C65061 (or 0xC65061) is known color: Mandy. HEX triplet: C6, 50 and 61. RGB value is (198,80,97). Sum of RGB (Red+Green+Blue) = 198+80+97=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C65061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65061 is #39AF9E. Grayscale: #757575. Windows color (decimal): -3780511 or 6377670. OLE color: 6377670.

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

Color convert

RGB 198 80 97 -
CMYK 0 0.60 0.51 0.22
HSL 351.36º 0.51% 0.55% -
HSV(B) 351.36º 0.6% 0.78% -
XYZ 28.32 18.61 13.41 -
YUV 117.22 116.59 185.62 -
System Red Green Blue C M Y K H S L
Decimal 198 80 97 0 0.60 0.51 0.22 351.36 0.51 0.55
Hex C6 50 61 0 3C 33 16 15F 33 37
Octal 306 120 141 0 74 63 26 537 63 67
Binary 11000110 1010000 1100001 0 111100 110011 10110 101011111 110011 110111

Color Harmonies of #C65061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65061

Black with #C65061

Text Example


Text Example

White with #C65061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65061; }

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

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

background-color css

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

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

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

border-color css

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

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

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