#C65E7B

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

Shades of Cabaret #C65E7B

Tints of Cabaret #C65E7B

Color information

#C65E7B (or 0xC65E7B) is unknown color: approx Cabaret. HEX triplet: C6, 5E and 7B. RGB value is (198,94,123). Sum of RGB (Red+Green+Blue) = 198+94+123=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65E7B is #39A184. Grayscale: #808080. Windows color (decimal): -3776901 or 8085190. OLE color: 8085190.

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

Color convert

RGB19894123-
CMYK00.530.380.22
HSL343.27º47.71%57.25%-
HSV(B)343.27º52.53%77.65%-
XYZ30.8721.4421.25-
YUV128.4124.96177.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.71%
GREEN value IS 94 (37.11% from 255) = 22.65%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=47.71%
G=22.65%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989412300.530.380.22343.2747.7157.25
HexC65E7B03526161573039
Octal30613617306546265276071
Binary1100011010111101111011011010110011010110101010111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65E7B; }

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

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

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

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

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

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

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

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