#C65C7E

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

Shades of Cabaret #C65C7E

Tints of Cabaret #C65C7E

Color information

#C65C7E (or 0xC65C7E) is unknown color: approx Cabaret. HEX triplet: C6, 5C and 7E. RGB value is (198,92,126). Sum of RGB (Red+Green+Blue) = 198+92+126=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C7E is #39A381. Grayscale: #7F7F7F. Windows color (decimal): -3777410 or 8281286. OLE color: 8281286.

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

Color convert

RGB19892126-
CMYK00.540.360.22
HSL340.75º48.18%56.86%-
HSV(B)340.75º53.54%77.65%-
XYZ30.8821.1722.2-
YUV127.57127.12178.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.60%
GREEN value IS 92 (36.33% from 255) = 22.12%
BLUE value IS 126 (49.61% from 255) = 30.29%
R=47.60%
G=22.12%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989212600.540.360.22340.7548.1856.86
HexC65C7E03624161553039
Octal30613417606644265256071
Binary1100011010111001111110011011010010010110101010101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65C7E; }

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

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

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

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

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

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

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

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