Html Css Color HEX #C6565F Mandy

📋 copy color: '#C6565F'

red 198 ◦ green 86 ◦ blue 95

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

Shades of Mandy #C6565F

Tints of Mandy #C6565F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.69%

 BLUE value IS 95 (37.5% from 255) = 25.07%

R = 52.24%
G = 22.69%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6565F (or 0xC6565F) is known color: Mandy. HEX triplet: C6, 56 and 5F. RGB value is (198,86,95). Sum of RGB (Red+Green+Blue) = 198+86+95=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C6565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6565F is #39A9A0. Grayscale: #787878. Windows color (decimal): -3778977 or 6248134. OLE color: 6248134.

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

Color convert

RGB 198 86 95 -
CMYK 0 0.57 0.52 0.22
HSL 355.18º 0.5% 0.56% -
HSV(B) 355.18º 0.57% 0.78% -
XYZ 28.68 19.49 13.08 -
YUV 120.51 113.61 183.27 -
System Red Green Blue C M Y K H S L
Decimal 198 86 95 0 0.57 0.52 0.22 355.18 0.5 0.56
Hex C6 56 5F 0 39 34 16 163 32 38
Octal 306 126 137 0 71 64 26 543 62 70
Binary 11000110 1010110 1011111 0 111001 110100 10110 101100011 110010 111000

Color Harmonies of #C6565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6565F

Black with #C6565F

Text Example


Text Example

White with #C6565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6565F; }

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

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

background-color css

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

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

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

border-color css

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

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

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