#C65C5E

Color #C65C5E Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #C65C5E

Tints of Mandy #C65C5E

Color information

#C65C5E (or 0xC65C5E) is unknown color: approx Mandy. HEX triplet: C6, 5C and 5E. RGB value is (198,92,94). Sum of RGB (Red+Green+Blue) = 198+92+94=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C5E is #39A3A1. Grayscale: #7C7C7C. Windows color (decimal): -3777442 or 6184134. OLE color: 6184134.

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

Color convert

RGB1989294-
CMYK00.540.530.22
HSL358.87º48.18%56.86%-
HSV(B)358.87º53.54%77.65%-
XYZ29.1420.4713-
YUV123.92111.12180.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.56%
GREEN value IS 92 (36.33% from 255) = 23.96%
BLUE value IS 94 (37.11% from 255) = 24.48%
R=51.56%
G=23.96%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198929400.540.530.22358.8748.1856.86
HexC65C5E03635161673039
Octal30613413606665265476071
Binary1100011010111001011110011011011010110110101100111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65C5E; }

 p { color: rgb(198,92,94); }

 H1.HeaderClassName
 {
   color: #C65C5E;
 }
 .AnyTagClassName
 {
   color: #C65C5E;
 }
</style>
background-color css

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

 a { background-color: rgb(198,92,94); }

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

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

 span { border-color: rgb(198,92,94); }

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