#C65E74

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

Shades of Cabaret #C65E74

Tints of Cabaret #C65E74

Color information

#C65E74 (or 0xC65E74) is unknown color: approx Cabaret. HEX triplet: C6, 5E and 74. RGB value is (198,94,116). Sum of RGB (Red+Green+Blue) = 198+94+116=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65E74 is #39A18B. Grayscale: #7F7F7F. Windows color (decimal): -3776908 or 7626438. OLE color: 7626438.

HSL color Cylindrical-coordinate representation of color #C65E74: hue angle of 347.31º 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 #C65E74 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB19894116-
CMYK00.530.410.22
HSL347.31º47.71%57.25%-
HSV(B)347.31º52.53%77.65%-
XYZ30.4421.2719.02-
YUV127.6121.46178.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.53%
GREEN value IS 94 (37.11% from 255) = 23.04%
BLUE value IS 116 (45.70% from 255) = 28.43%
R=48.53%
G=23.04%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989411600.530.410.22347.3147.7157.25
HexC65E74035291615b3039
Octal30613616406551265336071
Binary1100011010111101110100011010110100110110101011011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65E74; }

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

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

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

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

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

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

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

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