Html Css Color HEX #C65562 Mandy

📋 copy color: '#C65562'

red 198 ◦ green 85 ◦ blue 98

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

Shades of Mandy #C65562

Tints of Mandy #C65562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.31%

 BLUE value IS 98 (38.67% from 255) = 25.72%

R = 51.97%
G = 22.31%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C65562 (or 0xC65562) is known color: Mandy. HEX triplet: C6, 55 and 62. RGB value is (198,85,98). Sum of RGB (Red+Green+Blue) = 198+85+98=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C65562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65562 is #39AA9D. Grayscale: #787878. Windows color (decimal): -3779230 or 6444486. OLE color: 6444486.

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

Color convert

RGB 198 85 98 -
CMYK 0 0.57 0.51 0.22
HSL 353.1º 0.5% 0.55% -
HSV(B) 353.1º 0.57% 0.78% -
XYZ 28.74 19.38 13.78 -
YUV 120.27 115.44 183.44 -
System Red Green Blue C M Y K H S L
Decimal 198 85 98 0 0.57 0.51 0.22 353.1 0.5 0.55
Hex C6 55 62 0 39 33 16 161 32 37
Octal 306 125 142 0 71 63 26 541 62 67
Binary 11000110 1010101 1100010 0 111001 110011 10110 101100001 110010 110111

Color Harmonies of #C65562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65562

Black with #C65562

Text Example


Text Example

White with #C65562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65562; }

 p { color: rgb(198,85,98); }

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

background-color css

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

 a { background-color: rgb(198,85,98); }

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

border-color css

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

 span { border-color: rgb(198,85,98); }

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